]> gitweb.factorcode.org Git - factor.git/commitdiff
fix using
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 19 Oct 2008 03:50:10 +0000 (22:50 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 19 Oct 2008 03:50:10 +0000 (22:50 -0500)
extra/shell/shell.factor

index 0ed594602a75ad372315d41a28f693e30b46a667..034cdaba5dd8801dc4c44d55250cf9b4ebcbf7fa 100644 (file)
@@ -3,7 +3,7 @@ USING: kernel parser words continuations namespaces debugger
        sequences combinators splitting prettyprint
        system io io.files io.launcher io.encodings.utf8 io.pipes sequences.deep
        accessors multi-methods newfx shell.parser
-       combinators.short-circuit eval ;
+       combinators.short-circuit eval environment ;
 
 IN: shell
 
@@ -139,4 +139,4 @@ DEFER: shell
 
 ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
-MAIN: ix
\ No newline at end of file
+MAIN: ix