Skip to content

Commit 3935232

Browse files
committed
[fix] : Fixed -t not being specified
1 parent c2b6c9d commit 3935232

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/wizard.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,7 @@ Function_Global_Main_create_argument () {
625625
[[ "${Var_Global_Build_japanese}" = true ]] && Function_Local_add_arg "-l ja"
626626
[[ "${Var_Global_Build_plymouth}" = true ]] && Function_Local_add_arg "-b"
627627
[[ -n "${Var_Global_Build_comp_type}" ]] && Function_Local_add_arg "-c ${Var_Global_Build_comp_type}"
628+
[[ -n "${comp_option}" ]] && Function_Local_add_arg "-t '${comp_option}'"
628629
[[ -n "${Var_Global_Build_kernel}" ]] && Function_Local_add_arg "-k ${Var_Global_Build_kernel}"
629630
[[ -n "${Var_Global_Build_username}" ]] && Function_Local_add_arg "-u '${Var_Global_Build_username}'"
630631
[[ -n "${Var_Global_Build_password}" ]] && Function_Local_add_arg "-p '${Var_Global_Build_password}'"

0 commit comments

Comments
 (0)