File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -1017,13 +1017,11 @@ while true; do
10171017 msg_error " This option is obsolete in AlterISO 3. To use Japanese, use \" -l ja\" ." " 1"
10181018 ;;
10191019 -k | --kernel)
1020- customized_kernel=true
1021- kernel=" ${2} "
1020+ customized_kernel=true kernel=" ${2} "
10221021 shift 2
10231022 ;;
10241023 -p | --password)
1025- customized_password=true
1026- password=" ${2} "
1024+ customized_password=true password=" ${2} "
10271025 shift 2
10281026 ;;
10291027 -t | --comp-opts)
@@ -1040,14 +1038,11 @@ while true; do
10401038 shift 2
10411039 ;;
10421040 --nodebug)
1043- debug=false
1044- msgdebug=false
1045- bash_debug=false
1041+ debug=false msgdebug=false bash_debug=false
10461042 shift 1
10471043 ;;
10481044 --logpath)
1049- logging=" ${2} "
1050- customized_logpath=true
1045+ logging=" ${2} " customized_logpath=true
10511046 shift 2
10521047 ;;
10531048 --tar-type)
You can’t perform that action at this time.
0 commit comments