]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/gobject-introspection/gobject-introspection.factor
factor: words -> split-words, lines -> split-lines, fix errors
[factor.git] / basis / gobject-introspection / gobject-introspection.factor
index ae90e73e0517db984dc9d1b8f60affa490226613..8465a6ec2206bcfbf7108826201d102367165c6b 100644 (file)
@@ -11,7 +11,7 @@ ERROR: gir-not-found name paths ;
 
 M: gir-not-found summary
     [ name>> "“" "” file not found on paths:\n" surround ]
-    [ paths>> unlines ] bi
+    [ paths>> join-lines ] bi
     "\n\nUse the existing path or declare GIR_DIRS environment variable"
     3append ;