commit d00d08c307f2a4e40b27519e954309c7cc697e30 parent 971a7f923a5e9b8a9728e8c7948ea7fee74181c9 Author: Jan Pobrislo <ccx@webprojekty.cz> Date: Thu, 17 Dec 2020 03:50:05 +0100 drop the now superfluous option terminator Diffstat:
M | bin/handle-nsx11-message | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/handle-nsx11-message b/bin/handle-nsx11-message @@ -11,7 +11,7 @@ terminal_cmd=( redirfd -w 1 /dev/null redirfd -w 2 /dev/null s6-sudo $terminal_e terminal_env=rxvt-unicode # the TERM variable used in_terminal() { - spawn-pty.py -- "$terminal_env" " $^@" "" "$terminal_cmd[@]" + spawn-pty.py "$terminal_env" " $^@" "" "$terminal_cmd[@]" } # read full data from stdin, will handle binary payloads correctly unlike env