summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth/support.4th
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>2000-09-08 16:58:31 +0000
committerdcs <dcs@FreeBSD.org>2000-09-08 16:58:31 +0000
commit96bba78abe47f2c895c63531755845e9a265267d (patch)
tree49fe76831ae5882dce033b9cd58708d2e6b9b650 /sys/boot/forth/support.4th
parent2a24bbc3884cd6c5dd0f8fd28f93e74c72f09886 (diff)
downloadFreeBSD-src-96bba78abe47f2c895c63531755845e9a265267d.zip
FreeBSD-src-96bba78abe47f2c895c63531755845e9a265267d.tar.gz
Fix an error message which was using the wrong variable to get the
kernel name from.
Diffstat (limited to 'sys/boot/forth/support.4th')
-rw-r--r--sys/boot/forth/support.4th2
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 -- }
OpenPOWER on IntegriCloud