wg-quick: set LC_ALL for consistent regex
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
c8472e2dab
commit
f60ceb76e6
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
set -e -o pipefail
|
set -e -o pipefail
|
||||||
shopt -s extglob
|
shopt -s extglob
|
||||||
|
export LC_ALL=C
|
||||||
|
|
||||||
SELF="$(readlink -f "${BASH_SOURCE[0]}")"
|
SELF="$(readlink -f "${BASH_SOURCE[0]}")"
|
||||||
export PATH="${SELF%/*}:$PATH"
|
export PATH="${SELF%/*}:$PATH"
|
||||||
|
|
Reference in New Issue