From 882d72fc6eb48a66667a3b22b82aedd5544bf68a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 7 Mar 2016 16:49:07 -0400 Subject: fix indent --- src/Propellor/Bootstrap.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Propellor/Bootstrap.hs') 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 -- cgit v1.2.3