Skip to content

Commit ad32689

Browse files
committed
[fix] : FIxed kernel label
1 parent 1fb8254 commit ad32689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/wizard.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ Function_Global_Ask_kernel () {
441441
(
442442
local kernel kernel_filename kernel_mkinitcpio_profile
443443
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})"
444+
echo "$(printf %02d "${Var_Local_count}"): ${kernel} (${kernel_filename})"
445445
)
446446
Var_Local_count=$(( Var_Local_count + 1 ))
447447
done

0 commit comments

Comments
 (0)