]> gitweb.factorcode.org Git - factor.git/commitdiff
command-line.startup: remove extra space
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 26 Feb 2023 21:53:09 +0000 (13:53 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 26 Feb 2023 21:53:09 +0000 (13:53 -0800)
basis/command-line/startup/startup.factor

index 6ce8a43a2661a543285e37e468da342ed7831a77..741f88e8043f5051abd82113a84379b5bfcf4d3d 100644 (file)
@@ -44,7 +44,7 @@ from within Factor for more information.
 
 : run-script ( file -- )
     t parser-quiet? [
-        [ parse-file [ output>array datastack. ] call( quot --  ) ]
+        [ parse-file [ output>array datastack. ] call( quot -- ) ]
         [ path>source-file main>> [ execute( -- ) ] when* ] bi
     ] with-variable ;