From 208696733a419f6f2b87aa24339e64bfd62d276e Mon Sep 17 00:00:00 2001 From: scottl Date: Tue, 28 Oct 2003 17:18:42 +0000 Subject: Directly call the 'reboot' word instead of indirectly evaluating it. --- sys/boot/forth/beastie.4th | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/boot/forth/beastie.4th b/sys/boot/forth/beastie.4th index 90aeeec..76578c3 100644 --- a/sys/boot/forth/beastie.4th +++ b/sys/boot/forth/beastie.4th @@ -248,7 +248,7 @@ set-current s" NO" s" autoboot_delay" setenv exit then - rebootkey @ = if s" reboot" evaluate then + rebootkey @ = if 0 reboot then repeat ; -- cgit v1.1