propellor spin

This commit is contained in:
Joey Hess 2014-07-07 02:01:57 -04:00
parent 75ba4c5ccc
commit bc8b7f2173
Failed to extract signature
1 changed files with 1 additions and 3 deletions

View File

@ -122,9 +122,7 @@ buildFirst cmdline next = do
newtime <- getmtime
if newtime == oldtime
then next
else do
print ["./propellor"]
void $ boolSystem "./propellor" [Param "--continue", Param (show cmdline)]
else void $ boolSystem "./propellor" [Param "--continue", Param (show cmdline)]
, errorMessage "Propellor build failed!"
)
where