diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 16:46:44 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 16:46:44 -0400 |
| commit | 3ced1cecc5335a277f067405e88729e08e683f45 (patch) | |
| tree | 05df0fc57ea2a319c502add6595d667dfb893554 | |
| parent | 416ac6c7ee9255ab9d2750115a4a05c2e293da27 (diff) | |
propellor spin
| -rw-r--r-- | Propellor/CmdLine.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs index 8968d278..fa1d3826 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 ] ] |
