From b5655410e5fb463795b42c8e6372ff840cad7406 Mon Sep 17 00:00:00 2001 From: "aiyion.prime" Date: Tue, 13 Jul 2021 09:01:09 +0200 Subject: [PATCH] fixup! gluon-core: implement popen3() in gluon/util.lua --- package/gluon-core/luasrc/usr/lib/lua/gluon/util.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/package/gluon-core/luasrc/usr/lib/lua/gluon/util.lua b/package/gluon-core/luasrc/usr/lib/lua/gluon/util.lua index 46dcf434..73f6de75 100644 --- a/package/gluon-core/luasrc/usr/lib/lua/gluon/util.lua +++ b/package/gluon-core/luasrc/usr/lib/lua/gluon/util.lua @@ -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.