bootstrap: fix this use of (command-line).
parent
9b47a82e78
commit
25dd9f3abb
|
@ -1,9 +1,10 @@
|
||||||
USING: init command-line system namespaces kernel vocabs.loader io ;
|
USING: command-line init io kernel namespaces sequences system
|
||||||
|
vocabs.loader ;
|
||||||
|
|
||||||
[
|
[
|
||||||
boot
|
boot
|
||||||
do-startup-hooks
|
do-startup-hooks
|
||||||
(command-line) parse-command-line
|
(command-line) rest parse-command-line
|
||||||
"run" get run
|
"run" get run
|
||||||
output-stream get [ stream-flush ] when*
|
output-stream get [ stream-flush ] when*
|
||||||
0 exit
|
0 exit
|
||||||
|
|
Loading…
Reference in New Issue