]> arthur.barton.de Git - Autobuilder.git/commitdiff
Enforce C locale, some commands depend on it
authorAlexander Barton <alex@barton.de>
Sat, 17 Feb 2018 23:22:29 +0000 (00:22 +0100)
committerAlexander Barton <alex@barton.de>
Sat, 17 Feb 2018 23:22:29 +0000 (00:22 +0100)
bin/autobuilder

index 365b36dcebc2d8ee970a4bea3eb8a072ea6d40a1..6efee13c9d40d79475e5e0ff4bb668517813ec7f 100755 (executable)
@@ -9,6 +9,8 @@ MYNAME="`basename "$0"`"
 FORCE=""
 QUIETCMD=">/dev/null"
 
+export LC_ALL=C
+
 while [ $# -gt 0 ]; do
        case "$1" in
          "-f"|"--force")