aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-09-17 21:21:04 +0200
committerGravatar Christian Hesse <mail@eworm.de>2020-09-17 21:21:04 +0200
commit6c3bcdecb296acaf11281da609ce1c32f3be611b (patch)
treed7ed5926ec715b5f0457c740f62618a809b37d0f
parent52f4f484e5ae93a5648ce8121040edde0912c8eb (diff)
global-functions: add missing colon
-rw-r--r--global-functions2
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 ]; }