diff --git a/sys/boot/forth/support.4th b/sys/boot/forth/support.4th index 0095ffc9eb5..814e5220f0c 100644 --- a/sys/boot/forth/support.4th +++ b/sys/boot/forth/support.4th @@ -1226,7 +1226,7 @@ variable current_conf_files : load_kernel ( -- ) ( throws: abort ) s" load ${kernel} ${kernel_options}" ['] evaluate catch - if s" echo Unable to load kernel: ${kernel_name}" evaluate abort then + if s" echo Unable to load kernel: ${kernel}" evaluate abort then ; : read-password { size | buf len -- }