mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-23 23:34:12 +03:00
OpenBSD sh compat workaround: Move &
within subshell invocation. Also see #2955
This commit is contained in:
parent
e013385a58
commit
83e53ea83a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user