Skip to content

Commit a9f9a8e

Browse files
committed
[clean] : Online to define variable
1 parent e07d068 commit a9f9a8e

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

build.sh

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)