diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-10 12:50:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-10 12:50:04 -0400 |
commit | a0b59f41892288fef3f011d8e4ff2b4edc7404aa (patch) | |
tree | d8fc243cd39f7b8f0a660be3c0d24e40ca29baf8 /Build/EvilLinker.hs | |
parent | 61923e441a35d3526c8d42f251a311dfc58b1704 (diff) |
debug
Diffstat (limited to 'Build/EvilLinker.hs')
-rw-r--r-- | Build/EvilLinker.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/EvilLinker.hs b/Build/EvilLinker.hs index 3e3237a6f..a49c37a92 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 |