File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -299,7 +299,8 @@ Function_Global_Ask_locale() {
299299 " Please select the language to build from the following numbers"
300300
301301 local Var_Local_locale_list Var_Local_locale Var_Local_count=1 Var_Local_input_locale
302- Var_Local_locale_list=($( " ${Var_Global_Wizard_Env_script_path} /tools/locale.sh" -a " ${Var_Global_Wizard_Option_build_arch} " show) )
302+ # Var_Local_locale_list=($("${Var_Global_Wizard_Env_script_path}/tools/locale.sh" -a "${Var_Global_Wizard_Option_build_arch}" show))
303+ readarray -t Var_Local_locale_list < <( " ${Var_Global_Wizard_Env_script_path} /tools/locale.sh" -a " ${Var_Global_Wizard_Option_build_arch} " show)
303304 for Var_Local_locale in " ${Var_Local_locale_list[@]} " ; do
304305 (
305306 local locale_name locale_gen_name locale_version locale_time locale_fullname
You can’t perform that action at this time.
0 commit comments