diff --git a/lib/resource/Make.hs b/lib/resource/Make.hs index b5573b96a..9d42e1e3f 100644 --- a/lib/resource/Make.hs +++ b/lib/resource/Make.hs @@ -121,7 +121,9 @@ gfc pres ppath file = do gf comm file = do putStrLn $ "Reading " ++ file - system $ "echo \"" ++ comm ++ "\" | gf -s " ++ file + let cmd = "echo \"" ++ comm ++ "\" | gf -s " ++ file + putStrLn cmd + system cmd treeb abstr ls = "rf -lines -tree -file=" ++ treebankExx ++ " | l -treebank " ++ unlexer abstr ls ++ " | wf -file=" ++ treebankResults