diff --git a/global-functions b/global-functions index 8ee84f8..cc4f1b9 100644 --- a/global-functions +++ b/global-functions @@ -399,7 +399,7 @@ } } - :foreach Script in=[ / system script find where source~"^#!rsc" or source="" ] do={ + :foreach Script in=[ / system script find where source~"^#!rsc" ] do={ :local Ignore 0; :local ScriptVal [ / system script get $Script ]; :local ScriptFile [ / file find where name=("script-updates/" . $ScriptVal->"name") ];