wireguard-tools/src/wg-quick
Jason A. Donenfeld 26683f6c9a wg-quick: wait on process substitutions
Bash does not propagate error values, which is a bummer, but process
substitutions are a useful feature. Introduce a new idiom to deal with
this: either "; wait $!" after the line to propagate the error, or "||
true" to indicate explicitly that we don't care about the error.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2020-08-06 17:47:14 +02:00
..
android.c wg-quick: support dns search domains 2020-05-09 00:29:53 -06:00
darwin.bash wg-quick: wait on process substitutions 2020-08-06 17:47:14 +02:00
freebsd.bash wg-quick: wait on process substitutions 2020-08-06 17:47:14 +02:00
linux.bash wg-quick: wait on process substitutions 2020-08-06 17:47:14 +02:00
openbsd.bash wg-quick: wait on process substitutions 2020-08-06 17:47:14 +02:00
wg wg-quick: add wg symlink 2018-05-14 19:23:17 +02:00