We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb8254 commit ad32689Copy full SHA for ad32689
tools/wizard.sh
@@ -441,7 +441,7 @@ Function_Global_Ask_kernel () {
441
(
442
local kernel kernel_filename kernel_mkinitcpio_profile
443
eval $("${Var_Global_Wizard_Env_script_path}/tools/kernel.sh" -a "${Var_Global_Wizard_Option_build_arch}" get "${Var_Local_kernel}" )
444
- echo "$(printf %02d "${Var_Local_count}"): ${Var_Global_Build_kernel} (${kernel_filename})"
+ echo "$(printf %02d "${Var_Local_count}"): ${kernel} (${kernel_filename})"
445
)
446
Var_Local_count=$(( Var_Local_count + 1 ))
447
done
0 commit comments