summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-04-04 00:44:29 -0400
committerJoey Hess2014-04-04 00:44:29 -0400
commiteb8dcfd99513131f95e067d0480164684793b1e9 (patch)
tree702609bed4b353b6c44386c9db9819b8d0e11cbf
parentba8a259f24e15c1e1005bed628ceed8e374e963a (diff)
propellor spin
-rw-r--r--Propellor/Property/Docker/Shim.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/Docker/Shim.hs b/Propellor/Property/Docker/Shim.hs
index 7d4f56f6..01c2b22f 100644
--- a/Propellor/Property/Docker/Shim.hs
+++ b/Propellor/Property/Docker/Shim.hs
@@ -36,7 +36,7 @@ setup propellorbin dest = do
let shim = file propellorbin dest
writeFile shim $ unlines
[ "#!/bin/sh"
- , "set GCONV_PATH=" ++ shellEscape gconvdir
+ , "GCONV_PATH=" ++ shellEscape gconvdir
, "export GCONV_PATH"
, "exec " ++ unwords (map shellEscape $ linker : linkerparams) ++
" " ++ shellEscape propellorbin ++ " \"$@\""