propellor spin

This commit is contained in:
Joey Hess 2014-03-31 16:46:44 -04:00
parent 416ac6c7ee
commit 3ced1cecc5
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -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
]
]