fixup! gluon-core: implement popen3() in gluon/util.lua
This commit is contained in:
parent
f68a2eb478
commit
b5655410e5
@ -193,7 +193,6 @@ end
|
|||||||
M.subprocess = {}
|
M.subprocess = {}
|
||||||
|
|
||||||
M.subprocess.DEVNULL = -1
|
M.subprocess.DEVNULL = -1
|
||||||
M.subprocess.INHERIT = nil
|
|
||||||
M.subprocess.PIPE = 1
|
M.subprocess.PIPE = 1
|
||||||
|
|
||||||
-- Execute a program found using command PATH search, like the shell.
|
-- Execute a program found using command PATH search, like the shell.
|
||||||
|
Loading…
Reference in New Issue
Block a user