bootstrap: fix this use of (command-line).

db4
John Benediktsson 2014-12-22 23:14:47 -08:00
parent 9b47a82e78
commit 25dd9f3abb
1 changed files with 3 additions and 2 deletions

View File

@ -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