diff options
| author | Scott Long <scottl@FreeBSD.org> | 2003-10-28 17:18:42 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2003-10-28 17:18:42 +0000 |
| commit | 187a0f56e790a8b7c60e74f047bce4fc892783c8 (patch) | |
| tree | a5f4667d180daaa6c860575441a2330c56e87f6b | |
| parent | b266757652a55e80922878545a7798676afd8cce (diff) | |
Notes
| -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 90aeeec9f4b6..76578c381b9c 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 ; |
