global-functions: add missing colon

This commit is contained in:
Christian Hesse 2020-09-17 21:21:04 +02:00
parent 52f4f484e5
commit 6c3bcdecb2

View file

@ -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 ]; }