]> gitweb.factorcode.org Git - factor.git/commitdiff
editors.cot: minor fixes.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 1 Dec 2014 03:23:22 +0000 (19:23 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 1 Dec 2014 03:23:22 +0000 (19:23 -0800)
basis/editors/cot/cot.factor

index cf4f26eec5fb5b6dedfb9ed859c95a6678010e85..61ac3f071410b85f2b289bc249388679a6ae111e 100644 (file)
@@ -13,4 +13,4 @@ cot editor-class set-global
     ] if* ;
 
 M: cot editor-command ( file line -- command )
-    [ find-cot-bundle-path , "-l" , # , ] { } make ;
+    [ find-cot-bundle-path , "-l" , number>string , , ] { } make ;