]> Sergey Matveev's repositories - nnn.git/commit
preview-kitty: fix crash on first file on dash (#636)
authorlvgx <l@vgx.fr>
Sat, 6 Jun 2020 15:17:41 +0000 (17:17 +0200)
committerGitHub <noreply@github.com>
Sat, 6 Jun 2020 15:17:41 +0000 (20:47 +0530)
commit58411446b71843b8307f8b20f9507b6327429334
tree3a95fac637960b1e4f619987bd0c14eec6d08ffc
parent65cf067dc465605563481ecb0865a68924653434
preview-kitty: fix crash on first file on dash (#636)

In the dash shell, when `exec < fifo` is interrupted by SIGCHLD, it exits.
So we replace it with `cat fifo |`.

Issue discussed in #614
plugins/preview-kitty