]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/shell/shell.factor
core: Change lines -> read-lines, contents -> read-contents, string-lines -> lines
[factor.git] / extra / shell / shell.factor
index 0bf34a52ce44841df68f543c6d866776c9469fd8..d4bb109966cc0071cc773e16ef4773b4c05136ee 100644 (file)
@@ -30,7 +30,7 @@ DEFER: expansion
 
 M: back-quoted-expr expand
   expr>> expr command>> expansion
-  utf8 [ contents ] with-process-reader
+  utf8 [ read-contents ] with-process-reader
   " \n" split harvest ;
 
 : expansion ( command -- command ) [ expand ] map flatten ;