fixup! gluon-core: implement popen3() in gluon/util.lua

This commit is contained in:
aiyion.prime 2021-07-13 09:01:09 +02:00
parent f68a2eb478
commit b5655410e5

View File

@ -193,7 +193,6 @@ end
M.subprocess = {}
M.subprocess.DEVNULL = -1
M.subprocess.INHERIT = nil
M.subprocess.PIPE = 1
-- Execute a program found using command PATH search, like the shell.