diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-22 21:37:39 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-22 21:37:39 -0400 |
| commit | cc8babccc8992f0f169c5613d583ae5d82373272 (patch) | |
| tree | f8fe0f9284fad2ed1d1a447c13e93800aa6910da /src | |
| parent | 35c06a158ff06b4796202e9f3869d7310db461f9 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Debootstrap.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
