From 75ba4c5cccae7868dfa8caee0bd380022d23b9ca Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 7 Jul 2014 02:00:04 -0400 Subject: propellor spin --- src/Propellor/CmdLine.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Propellor') diff --git a/src/Propellor/CmdLine.hs b/src/Propellor/CmdLine.hs index bc5421e7..2a1d5e03 100644 --- a/src/Propellor/CmdLine.hs +++ b/src/Propellor/CmdLine.hs @@ -122,7 +122,9 @@ buildFirst cmdline next = do newtime <- getmtime if newtime == oldtime then next - else void $ boolSystem "./propellor" [Param "--continue", Param (show cmdline)] + else do + print ["./propellor"] + void $ boolSystem "./propellor" [Param "--continue", Param (show cmdline)] , errorMessage "Propellor build failed!" ) where -- cgit v1.2.3