Add "export LC_ALL=C" to all shell scripts

This commit is contained in:
practicalswift 2018-06-13 16:50:48 +02:00
parent a607d23ae8
commit 3352da8da1
26 changed files with 34 additions and 1 deletions

View file

@ -11,6 +11,7 @@
# The resulting script should exactly transform the previous commit into the current
# one. Any remaining diff signals an error.
export LC_ALL=C
if test "x$1" = "x"; then
echo "Usage: $0 <commit>..."
exit 1