thunderbird/node-stdout-nonblocking-wrapper
Eike Rathke bebee1bae5 Related: #2211014 Revert last two "import sources" commits
The one actual diff

 -%if 0%{?rhel} == 7
 +%if 0%{?rhel} == 7 || (0%{?rhel} == 8 && %{rhel8_minor_version} >= 9)

is instead to be applied to rhel-* branches to stay in sync.
2023-06-29 15:16:35 +02:00

3 lines
38 B
Bash
Executable File

#!/bin/sh
exec node "$@" 2>&1 | cat -