accesslist-duplicates: drop unused variable $ExitOK

This commit is contained in:
Christian Hesse 2026-01-19 14:54:32 +01:00
parent 883a442ff5
commit e6542ba8cc
4 changed files with 4 additions and 8 deletions

View file

@ -11,7 +11,6 @@
# !! This is just a template to generate the real script!
# !! Pattern '%TEMPL%' is replaced, paths are filtered.
:local ExitOK false;
:onerror Err {
:global GlobalConfigReady; :global GlobalFunctionsReady;
:retry { :if ($GlobalConfigReady != true || $GlobalFunctionsReady != true) \
@ -42,5 +41,5 @@
:set ($Seen->$Mac) 1;
}
} do={
:global ExitError; $ExitError $ExitOK [ :jobname ] $Err;
:global ExitError; $ExitError false [ :jobname ] $Err;
}