From 87fd16b02d6eee88919d92a3a05a884034272bd533b5d4b96a0cb4e00bfddee5 Mon Sep 17 00:00:00 2001 From: "Marc S. Weidner" Date: Sat, 31 May 2025 09:02:48 +0200 Subject: [PATCH] V8.02.644.2025.05.31 Signed-off-by: Marc S. Weidner --- lib/lib_arg_parser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lib_arg_parser.sh b/lib/lib_arg_parser.sh index 2e36311..e825890 100644 --- a/lib/lib_arg_parser.sh +++ b/lib/lib_arg_parser.sh @@ -175,7 +175,7 @@ arg_parser() { --control) #if [[ -n "${2}" && "${2}" =~ ^-?[0-9]+$ && "${2}" -ge 1 && "${2}" -le 65536 ]]; then if [[ -n "${2}" ]]; then - declare -gi VAR_HANDLER_ISO_COUNTER="${2}" + declare -g VAR_HANDLER_ISO_COUNTER="${2}" shift 2 else if ! $VAR_HANDLER_AUTOBUILD; then boot_screen_cleaner; fi