X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/f9d04f08f7ca18e099843180edea967dd831df91..846430d945e9056842ad7f12f85d43435d78baf0:/src/scripts/source_checks diff --git a/src/scripts/source_checks b/src/scripts/source_checks index 79f9c3555..eac4b8d1b 100644 --- a/src/scripts/source_checks +++ b/src/scripts/source_checks @@ -10,7 +10,7 @@ do perl -e '$/= undef; while (<>) { print $1 if /(?<='$table'\[\])\s*=\s*{\n(([^}].*\n)+)/m }' \ | awk '/{ (US)?"/ {print $2}' \ | awk -F\" '{print $2}' \ - | LANG=C sort -c \ + | LC_ALL=C sort -c \ || exit 1 done <<-END readconf.c optionlist_config @@ -36,7 +36,7 @@ do < $file \ perl -e '$/= undef; while (<>) { print $1 if /(?<='$table'\[\])\s*=\s*{\s?(([^}]*)+)}/m }' \ | awk -F\" '/"/ {print $2}' \ - | LANG=C sort -c \ + | LC_ALL=C sort -c \ || exit 1 done <<-END