From: Jason A. Donenfeld Date: Sun, 5 Feb 2017 22:05:12 +0000 (+0100) Subject: wg-quick: set LC_ALL for consistent regex X-Git-Tag: v1.0.20191226~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f60ceb76e60ba30c50c1211621cab1c99af0158e;p=thirdparty%2Fwireguard-tools.git wg-quick: set LC_ALL for consistent regex Signed-off-by: Jason A. Donenfeld --- diff --git a/src/wg-quick.bash b/src/wg-quick.bash index 5db3485..00f0eda 100755 --- a/src/wg-quick.bash +++ b/src/wg-quick.bash @@ -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"