From db041f9c17c781e6fb4badbe31ff855f66f20a4f Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Tue, 1 Feb 2011 15:28:00 +0100 Subject: beta 2011.02.01 15:28 --- scripts/context/lua/mtxrun.lua | 2 +- scripts/context/stubs/mswin/mtxrun.lua | 2 +- scripts/context/stubs/unix/mtxrun | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/context/lua/mtxrun.lua b/scripts/context/lua/mtxrun.lua index 0251ed5ed..6b34f0f92 100644 --- a/scripts/context/lua/mtxrun.lua +++ b/scripts/context/lua/mtxrun.lua @@ -10702,7 +10702,7 @@ end function resolvers.setenv(key,value) if instance then instance.environment[key] = value - ossetenv(key,value) + ossetenv(key,resolvers.resolve(value)) -- brr, we need info about the var being a path end end diff --git a/scripts/context/stubs/mswin/mtxrun.lua b/scripts/context/stubs/mswin/mtxrun.lua index 0251ed5ed..6b34f0f92 100644 --- a/scripts/context/stubs/mswin/mtxrun.lua +++ b/scripts/context/stubs/mswin/mtxrun.lua @@ -10702,7 +10702,7 @@ end function resolvers.setenv(key,value) if instance then instance.environment[key] = value - ossetenv(key,value) + ossetenv(key,resolvers.resolve(value)) -- brr, we need info about the var being a path end end diff --git a/scripts/context/stubs/unix/mtxrun b/scripts/context/stubs/unix/mtxrun index 0251ed5ed..6b34f0f92 100755 --- a/scripts/context/stubs/unix/mtxrun +++ b/scripts/context/stubs/unix/mtxrun @@ -10702,7 +10702,7 @@ end function resolvers.setenv(key,value) if instance then instance.environment[key] = value - ossetenv(key,value) + ossetenv(key,resolvers.resolve(value)) -- brr, we need info about the var being a path end end -- cgit v1.2.3