diff options
| author | Daniel C. Sobral <dcs@FreeBSD.org> | 2000-09-08 16:58:31 +0000 |
|---|---|---|
| committer | Daniel C. Sobral <dcs@FreeBSD.org> | 2000-09-08 16:58:31 +0000 |
| commit | d39b220c77f98bf9c9f3022f3f07b4aaf4fab2ba (patch) | |
| tree | 9e1c211654177153bc389c78ac79d92416a2abab /sys | |
| parent | 297c9cab3e4c7d39401175fa79b5c8ef1573b38f (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 0095ffc9eb5d..814e5220f0ca 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 -- } |
