From: Alexander Barton Date: Sat, 17 Feb 2018 23:22:29 +0000 (+0100) Subject: Enforce C locale, some commands depend on it X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e809983f54e24651328658548af7d3d32fe74d6;p=Autobuilder.git Enforce C locale, some commands depend on it --- diff --git a/bin/autobuilder b/bin/autobuilder index 365b36d..6efee13 100755 --- a/bin/autobuilder +++ b/bin/autobuilder @@ -9,6 +9,8 @@ MYNAME="`basename "$0"`" FORCE="" QUIETCMD=">/dev/null" +export LC_ALL=C + while [ $# -gt 0 ]; do case "$1" in "-f"|"--force")