diff options
author | Christian Hesse <mail@eworm.de> | 2020-02-28 15:26:26 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-02-28 15:26:26 +0100 |
commit | 001e7eeb39ee993539334805622f8cd24fde63e9 (patch) | |
tree | 1e1efe76ea0fe68d6c8a52ccf47814d7c9219d8c /script-updates | |
parent | 3db752bc979be5f7eaff4f64e96d5f854b83eff5 (diff) |
global-functions: sort alphabetically
Diffstat (limited to 'script-updates')
-rw-r--r-- | script-updates | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/script-updates b/script-updates index 2cdc703..b84fcbf 100644 --- a/script-updates +++ b/script-updates @@ -8,14 +8,14 @@ :global GlobalConfigVersion; :global Identity; :global IDonate; -:global SentConfigChangesNotification; -:global ScriptUpdatesFetch; :global ScriptUpdatesBaseUrl; -:global ScriptUpdatesUrlSuffix; +:global ScriptUpdatesFetch; :global ScriptUpdatesIgnore; +:global ScriptUpdatesUrlSuffix; +:global SentConfigChangesNotification; -:global SendNotification; :global LogPrintExit; +:global SendNotification; :foreach Script in=[ / system script find where source~"^#!rsc" ] do={ :local Ignore 0; |