From cc8babccc8992f0f169c5613d583ae5d82373272 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 22 Nov 2014 21:37:39 -0400 Subject: propellor spin --- src/Propellor/Property/Debootstrap.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property') diff --git a/src/Propellor/Property/Debootstrap.hs b/src/Propellor/Property/Debootstrap.hs index 2ba9faac..b04bda71 100644 --- a/src/Propellor/Property/Debootstrap.hs +++ b/src/Propellor/Property/Debootstrap.hs @@ -111,7 +111,7 @@ built target system@(System _ arch) config = -- workaround for http://bugs.debian.org/770658 debootstrapEnv :: IO [(String, String)] debootstrapEnv = do - path <- getEnvDefault "/bin" "PATH" + path <- getEnvDefault "PATH" "/bin" addEntry "PATH" (path ++ debianPath) <$> getEnvironment where -- cgit v1.2.3