From 32f18b515e55f2e4bad42ffe8451e23437410bbc Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 3 Sep 2015 20:42:38 +0000 Subject: GF shell: write_file now writes one tree per line This compensates for other changes that removed line breaks. Maybe it should have a -lines options like ps and rf? --- src/compiler/GF/Command/CommandInfo.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/GF/Command/CommandInfo.hs') diff --git a/src/compiler/GF/Command/CommandInfo.hs b/src/compiler/GF/Command/CommandInfo.hs index 1763e57c0..7d68f9221 100644 --- a/src/compiler/GF/Command/CommandInfo.hs +++ b/src/compiler/GF/Command/CommandInfo.hs @@ -49,7 +49,7 @@ void = Piped ([],"") stringAsExpr = H.ELit . H.LStr -- should be a pattern macro -- ** Converting command input -toString = unwords . toStrings + toStrings = map showAsString where showAsString t = case t of -- cgit v1.2.3