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
|
||||
do-startup-hooks
|
||||
(command-line) parse-command-line
|
||||
(command-line) rest parse-command-line
|
||||
"run" get run
|
||||
output-stream get [ stream-flush ] when*
|
||||
0 exit
|
||||
|
|
Loading…
Reference in New Issue