OSDN Git Service

[fix] : Fixed var name
authorhayao <hayao@fascode.net>
Wed, 5 May 2021 07:17:59 +0000 (16:17 +0900)
committerhayao <hayao@fascode.net>
Wed, 5 May 2021 07:17:59 +0000 (16:17 +0900)
alterlinux-live-info/alterlinux-live-info

index dfdc927..f6ee9ad 100755 (executable)
@@ -30,7 +30,7 @@ if ! OPT=$(getopt -o "$(printf "%s," "${OPTS[@]}")" -l "$(printf "%s," "${OPTL[@
 fi
 
 eval set -- "${OPT}"
-unset OPT opt_short opt_long
+unset ARGUMENT OPTS OPTL OPT
 
 while true; do
     case "${1}" in