From eb8dcfd99513131f95e067d0480164684793b1e9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 4 Apr 2014 00:44:29 -0400 Subject: propellor spin --- Propellor/Property/Docker/Shim.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Propellor/Property/Docker') 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 ++ " \"$@\"" -- cgit v1.2.3