summaryrefslogtreecommitdiff
path: root/src/Propellor/Bootstrap.hs
diff options
context:
space:
mode:
authorJoey Hess2016-03-07 16:49:07 -0400
committerJoey Hess2016-03-07 16:49:07 -0400
commit882d72fc6eb48a66667a3b22b82aedd5544bf68a (patch)
tree40742d1bdcacde52be14619028d8f793d838af98 /src/Propellor/Bootstrap.hs
parent2b052b086c331379a66d47cad7ad414eb1e9f36a (diff)
fix indent
Diffstat (limited to 'src/Propellor/Bootstrap.hs')
-rw-r--r--src/Propellor/Bootstrap.hs3
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