wg-quick: set LC_ALL for consistent regex

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2017-02-05 23:05:12 +01:00
parent c8472e2dab
commit f60ceb76e6

View file

@ -5,6 +5,7 @@
set -e -o pipefail
shopt -s extglob
export LC_ALL=C
SELF="$(readlink -f "${BASH_SOURCE[0]}")"
export PATH="${SELF%/*}:$PATH"