diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs index 8968d27..fa1d382 100644 --- a/Propellor/CmdLine.hs +++ b/Propellor/CmdLine.hs @@ -149,7 +149,7 @@ spin host = do ] , "else " ++ intercalate " && " [ "cd " ++ localdir - , "if [ ! -x ./propellor ]; then make build; fi" + , "if ! test -x ./propellor; then make build; fi" , "./propellor --boot " ++ host ] ]