Fixes a silly bug that somehow escaped my notice all these months.

This commit is contained in:
Daniel C. Sobral 1999-09-29 04:46:01 +00:00
parent de271252c9
commit bce2576f49
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51787

View file

@ -80,20 +80,20 @@
1 25 at-xy cr
." Loading /boot/stable.conf. Please wait..." cr
s" /boot/stable.conf" read-conf
boot-conf
boot-conf exit
then
dup 50 = if
drop
1 25 at-xy cr
." Loading /boot/current.conf. Please wait..." cr
s" /boot/current.conf" read-conf
boot-conf
boot-conf exit
then
dup 51 = if
drop
1 25 at-xy cr
." Proceeding with standard boot. Please wait..." cr
boot-conf
boot-conf exit
then
dup 52 = if
drop