From: Tobias Burnus Date: Sat, 27 Oct 2007 14:07:14 +0000 (+0200) Subject: mk-kinds-h.sh: Change LANG=C to LC_ALL=C. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=094817b07029ca9ce995a8b96c0527c781b0d8ad;p=gcc.git mk-kinds-h.sh: Change LANG=C to LC_ALL=C. 2007-10-27 Tobias Burnus * mk-kinds-h.sh: Change LANG=C to LC_ALL=C. From-SVN: r129679 --- diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index cbb272f5de5..8d3a4b45e63 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,7 @@ +2007-10-27 Tobias Burnus + + * mk-kinds-h.sh: Change LANG=C to LC_ALL=C. + 2007-10-26 Tobias Burnus * mk-kinds-h.sh: Add "LANG=C". diff --git a/libgfortran/mk-kinds-h.sh b/libgfortran/mk-kinds-h.sh index 0fbdd8bf12b..1e97e5b85b3 100755 --- a/libgfortran/mk-kinds-h.sh +++ b/libgfortran/mk-kinds-h.sh @@ -1,6 +1,6 @@ #!/bin/sh -LANG=C -export LANG +LC_ALL=C +export LC_ALL compile="$1"