aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/mk-kinds-h.sh
diff options
context:
space:
mode:
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>2007-10-27 14:07:14 +0000
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>2007-10-27 14:07:14 +0000
commit59a4f90ede914aa0edb6127a7f4c9e34f4617479 (patch)
tree2381269338862b578b43522c3a2e606d850245e5 /libgfortran/mk-kinds-h.sh
parent0960c06de74c8d5435dd08461caa19370382b459 (diff)
2007-10-27 Tobias Burnus <burnus@net-b.de>
* mk-kinds-h.sh: Change LANG=C to LC_ALL=C. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129679 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/mk-kinds-h.sh')
-rwxr-xr-xlibgfortran/mk-kinds-h.sh4
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"