From 3ced1cecc5335a277f067405e88729e08e683f45 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 31 Mar 2014 16:46:44 -0400 Subject: [PATCH] propellor spin --- Propellor/CmdLine.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ] ]