summaryrefslogtreecommitdiff
path: root/Propellor
diff options
context:
space:
mode:
authorJoey Hess2014-03-31 16:46:44 -0400
committerJoey Hess2014-03-31 16:46:44 -0400
commit3ced1cecc5335a277f067405e88729e08e683f45 (patch)
tree05df0fc57ea2a319c502add6595d667dfb893554 /Propellor
parent416ac6c7ee9255ab9d2750115a4a05c2e293da27 (diff)
propellor spin
Diffstat (limited to 'Propellor')
-rw-r--r--Propellor/CmdLine.hs2
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
]
]