OpenBSD sh compat workaround: Move & within subshell invocation. Also see #2955

This commit is contained in:
Sidharth Kshatriya 2021-12-17 11:56:25 +05:30
parent e013385a58
commit 83e53ea83a

View File

@ -1,2 +1,2 @@
nop %sh{ mkfifo test-fifo; ( printf 'blah' > test-fifo ) </dev/null >/dev/null 2>&1 & } nop %sh{ mkfifo test-fifo; ( printf 'blah' > test-fifo & ) </dev/null >/dev/null 2>&1 }
edit -readonly -fifo test-fifo out edit -readonly -fifo test-fifo out