From 5f859e648c46021676e4e512f39af579e8f7ff0f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 10 Dec 2013 12:50:04 -0400 Subject: [PATCH] debug --- Build/EvilLinker.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Build/EvilLinker.hs b/Build/EvilLinker.hs index 3e3237a6fe..a49c37a923 100644 --- a/Build/EvilLinker.hs +++ b/Build/EvilLinker.hs @@ -123,6 +123,7 @@ runAtFile p s f extraparams = do when (null $ opts c) $ error $ "failed to find any options for " ++ f ++ " in >>>" ++ s ++ "<<<" writeFile f (opts c) + print "in file: >>>" ++ (opts c) ++ "<<<" out <- getOutput (cmd c) (atFile f:extraparams) (env c) removeFile f return out