diff options
author | Christian Hesse <mail@eworm.de> | 2020-09-17 21:21:04 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-09-17 21:21:04 +0200 |
commit | 6c3bcdecb296acaf11281da609ce1c32f3be611b (patch) | |
tree | d7ed5926ec715b5f0457c740f62618a809b37d0f /global-functions | |
parent | 52f4f484e5ae93a5648ce8121040edde0912c8eb (diff) |
global-functions: add missing colon
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
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 ]; } |