diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-07 16:49:07 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-07 16:49:07 -0400 |
| commit | 882d72fc6eb48a66667a3b22b82aedd5544bf68a (patch) | |
| tree | 40742d1bdcacde52be14619028d8f793d838af98 | |
| parent | 2b052b086c331379a66d47cad7ad414eb1e9f36a (diff) | |
fix indent
| -rw-r--r-- | src/Propellor/Bootstrap.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Propellor/Bootstrap.hs b/src/Propellor/Bootstrap.hs index 2c962b12..f97fedab 100644 --- a/src/Propellor/Bootstrap.hs +++ b/src/Propellor/Bootstrap.hs @@ -16,8 +16,7 @@ type ShellCommand = String -- Should be run inside the propellor config dir, and will install -- all necessary build dependencies and build propellor. bootstrapPropellorCommand :: System -> ShellCommand -bootstrapPropellorCommand sys = - (checkDepsCommand sys) ++ +bootstrapPropellorCommand sys = checkDepsCommand sys ++ "&& if ! test -x ./propellor; then " ++ buildCommand ++ "; fi;" ++ checkBinaryCommand |
