summaryrefslogtreecommitdiff
path: root/xmake/core/base/os.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-12-24 00:23:14 +0800
committerruki <[email protected]>2020-12-24 00:23:14 +0800
commitaaa7d03b06906cb3be220e8b2817ff795569350b (patch)
treeea8c5c655ce7619e37749ff8140863c059d2010c /xmake/core/base/os.lua
parent84f4b0127ebe1d646a996ead1ee9127a831dece4 (diff)
improve find_program
Diffstat (limited to 'xmake/core/base/os.lua')
-rw-r--r--xmake/core/base/os.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/core/base/os.lua b/xmake/core/base/os.lua
index 62b0c34de..099ceb799 100644
--- a/xmake/core/base/os.lua
+++ b/xmake/core/base/os.lua
@@ -764,8 +764,6 @@ function os.iorunv(program, argv, opt)
-- remove the temporary output and error file
os.rm(outfile)
os.rm(errfile)
-
- -- ok?
return ok == 0, outdata, errdata, errors
end