]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/mason/report/report.factor
core: Add words/unwords/unwords-as and use them.
[factor.git] / extra / mason / report / report.factor
index d8447c24e121d2f4dfedf9a41e1f9f901dbb3a95..f505556b70a84e1bb9dc09b95f658c1cdf99488c 100644 (file)
@@ -37,7 +37,7 @@ IN: mason.report
     ] with-file-writer ; inline
 
 : file-tail ( file encoding lines -- seq )
-    [ file-lines ] dip short tail* "\n" join ;
+    [ file-lines ] dip short tail* unlines ;
 
 :: failed-report ( error file what -- status )
     [