From cae9749e2ccdd2d95b827e969f6e9355b3cc5d4b Mon Sep 17 00:00:00 2001 From: manhong2112 Date: Mon, 4 Feb 2019 04:07:55 +0800 Subject: [PATCH] [=] cont. change variable --- z.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/z.lua b/z.lua index d898828..93ce3b0 100755 --- a/z.lua +++ b/z.lua @@ -2221,8 +2221,8 @@ Init-ZLua ----------------------------------------------------------------------- function z_windows_init(opts) if opts.powershell ~= nil then - print('$LuaExe = "' .. os.interpreter() .. '"') - print('$LuaScript = "' .. os.scriptname() .. '"') + print('$ZLUA_LUAEXE = "' .. os.interpreter() .. '"') + print('$ZLUA_SCRIPT = "' .. os.scriptname() .. '"') if opts.enhanced ~= nil then print('$env:_ZL_MATCH_MODE = 1') end