diff options
author | Tobias Burnus <burnus@net-b.de> | 2007-10-27 16:07:14 +0200 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2007-10-27 16:07:14 +0200 |
commit | 094817b07029ca9ce995a8b96c0527c781b0d8ad (patch) | |
tree | 2381269338862b578b43522c3a2e606d850245e5 /libgfortran/mk-kinds-h.sh | |
parent | f0112db9b3aa9f87bb4da7f52ca22a94b4ae04ec (diff) | |
download | gcc-094817b07029ca9ce995a8b96c0527c781b0d8ad.tar.gz |
mk-kinds-h.sh: Change LANG=C to LC_ALL=C.
2007-10-27 Tobias Burnus <burnus@net-b.de>
* mk-kinds-h.sh: Change LANG=C to LC_ALL=C.
From-SVN: r129679
Diffstat (limited to 'libgfortran/mk-kinds-h.sh')
-rwxr-xr-x | libgfortran/mk-kinds-h.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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" |