diff options
author | Christian Hesse <mail@eworm.de> | 2023-06-26 11:14:55 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-06-27 09:14:36 +0200 |
commit | 0af1fa40094ab591dd6a6cf40d0f73e3e9a5514f (patch) | |
tree | 20f76caf31e243216b824e1efb4044f7a5dac7b1 /global-functions | |
parent | 29f0a14b7e6675433840a814ecbebdc7bac5c30b (diff) |
global-functions: escaping question mark is no longer required
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 366ef94..ce55b15 100644 --- a/global-functions +++ b/global-functions @@ -166,7 +166,7 @@ /system/script/run global-config; } on-error={ $LogPrintExit2 error $0 ("Reloading global configuration failed!" . \ - " Syntax error or missing overlay\?") false; + " Syntax error or missing overlay?") false; } } |