diff options
Diffstat (limited to 'sys/boot/forth/beastie.4th')
-rw-r--r-- | sys/boot/forth/beastie.4th | 2 |
1 files changed, 1 insertions, 1 deletions
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 ; |