OSDN Git Service

[remove] : Removed old codes
authorhayao <hayao@fascode.net>
Thu, 11 Mar 2021 12:51:38 +0000 (21:51 +0900)
committerhayao <hayao@fascode.net>
Thu, 11 Mar 2021 12:51:38 +0000 (21:51 +0900)
tools/alteriso-info.sh

index 594ed54..6b0c327 100755 (executable)
@@ -21,7 +21,6 @@ _help() {
 }
 
 # Parse options
-ARGUMENT="${@}"
 OPTS="a:b:c:d:k:o:p:u:v:h"
 OPTL="arch:,boot-splash:,channel:,developer:,kernel:,os-name:,password:,username:,version:,help"
 if ! OPT="$(getopt -o "${OPTS}" -l "${OPTL}" -- "${@}")"; then