From 42c8a907e5a374d17b68cdf22f1d29a6a52dafbb Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 12 May 2021 00:52:01 +0800 Subject: do test --- xmake/core/base/os.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/core/base/os.lua b/xmake/core/base/os.lua index d8ab9da84..d62f689ef 100644 --- a/xmake/core/base/os.lua +++ b/xmake/core/base/os.lua @@ -1000,7 +1000,7 @@ end -- get all current environment variables -- e.g. envs["PATH"] = "/xxx:/yyy/foo" function os.getenvs() - local envs = os._CURENVS + local envs --= os._CURENVS if not envs then envs = {} for _, line in ipairs(os._getenvs()) do -- cgit v1.3.1