From 4fdd17e56aec76a7d51eccbc9aa7c29f1599cac8 Mon Sep 17 00:00:00 2001 From: Peter Kosyh Date: Wed, 25 Oct 2023 21:36:50 +0300 Subject: [PATCH] red: revert shell pipe fix --- data/lib/red/proc.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/lib/red/proc.lua b/data/lib/red/proc.lua index 4a7e786..1b5268b 100644 --- a/data/lib/red/proc.lua +++ b/data/lib/red/proc.lua @@ -361,12 +361,10 @@ local function piped(w, out, prog) txt = txt:sub(257) coroutine.yield(true) end ---[[ if ret.fifo then ret.fifo:close() ret.fifo = nil end -]]-- end) end