Fix -e switch

db4
Slava Pestov 2009-04-17 15:49:36 -05:00
parent abbc39c307
commit cd97d3f590
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ namespaces eval kernel vocabs.loader io ;
(command-line) parse-command-line
load-vocab-roots
run-user-init
"e" get [ eval ] when*
"e" get [ eval( -- ) ] when*
ignore-cli-args? not script get and
[ run-script ] [ "run" get run ] if*
output-stream get [ stream-flush ] when*