diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 16:48:12 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 16:48:12 -0400 |
| commit | 88d296d0de5b676f46ce40f2f7e4947fc0467fbf (patch) | |
| tree | aeeced41a18877ef9f13c45662bd0a500c04b061 /Propellor/CmdLine.hs | |
| parent | 3ced1cecc5335a277f067405e88729e08e683f45 (diff) | |
propellor spin
Diffstat (limited to 'Propellor/CmdLine.hs')
| -rw-r--r-- | Propellor/CmdLine.hs | 1 |
1 files changed, 1 insertions, 0 deletions
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!" |
