File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff 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} '"
You can’t perform that action at this time.
0 commit comments