diff options
Diffstat (limited to 'sys/boot/forth/support.4th')
-rw-r--r-- | sys/boot/forth/support.4th | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/forth/support.4th b/sys/boot/forth/support.4th index 0095ffc..814e522 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 -- } |