diff options
Diffstat (limited to 'xmake/core/base/process.lua')
| -rw-r--r-- | xmake/core/base/process.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/process.lua b/xmake/core/base/process.lua index 0541f98c6..cf5f3744e 100644 --- a/xmake/core/base/process.lua +++ b/xmake/core/base/process.lua @@ -115,7 +115,7 @@ end -- @return the subprocess -- function process.openv(shellname, argv, opt) - local proc = process._open(shellname, argv, opt) + local proc = process._openv(shellname, argv, opt) if proc then return _subprocess.new(path.filename(shellname), proc) else |
