From 6c3bcdecb296acaf11281da609ce1c32f3be611b Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 17 Sep 2020 21:21:04 +0200 Subject: global-functions: add missing colon --- global-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-functions b/global-functions index dd8a52c..69add43 100644 --- a/global-functions +++ b/global-functions @@ -240,7 +240,7 @@ :global LogPrintExit; :global WaitForFile; - :if ([ :len $PkgName ] = 0) do={ return false; } + :if ([ :len $PkgName ] = 0) do={ :return false; } :if ([ :len $PkgVer ] = 0) do={ :set PkgVer [ / system package update get installed-version ]; } :if ([ :len $PkgArch ] = 0) do={ :set PkgArch [ / system resource get architecture-name ]; } -- cgit v1.2.3-54-g00ecf