Good thing about these examples is that no one uses them, so they can
stay broken for months without anyone noticing. The boot-conf command was changed as to reproduce the behavior of builtin loader words precisely. As a result, it now always need an argument, possibly 0 indicating that no other arguments are being passed. This broke in a non-deterministic way (ie, it could go on working as if everything was fine).
This commit is contained in:
parent
2f68ae9022
commit
b5a4c7de28
@ -80,20 +80,20 @@
|
||||
1 25 at-xy cr
|
||||
." Loading /boot/stable.conf. Please wait..." cr
|
||||
s" /boot/stable.conf" read-conf
|
||||
boot-conf exit
|
||||
0 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 exit
|
||||
0 boot-conf exit
|
||||
then
|
||||
dup 51 = if
|
||||
drop
|
||||
1 25 at-xy cr
|
||||
." Proceeding with standard boot. Please wait..." cr
|
||||
boot-conf exit
|
||||
0 boot-conf exit
|
||||
then
|
||||
dup 52 = if
|
||||
drop
|
||||
|
Loading…
Reference in New Issue
Block a user