From 88d296d0de5b676f46ce40f2f7e4947fc0467fbf Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 31 Mar 2014 16:48:12 -0400 Subject: propellor spin --- Propellor/CmdLine.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Propellor/CmdLine.hs') diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs index fa1d3826..1f99288e 100644 --- a/Propellor/CmdLine.hs +++ b/Propellor/CmdLine.hs @@ -106,6 +106,7 @@ pullFirst cmdline next = do then next else do putStrLn "Rebuilding propeller.." + hFlush stdout ifM (boolSystem "make" [Param "build"]) ( void $ boolSystem "./propellor" [Param "--continue", Param (show cmdline)] , error "Propellor build failed!" -- cgit v1.2.3