diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-07-12 18:04:30 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-07-12 18:04:30 +0000 |
commit | 6e2c7fa123326af40f73d9e7e9738a7eb40275a6 (patch) | |
tree | 9fdcbf547a4c684ec65e81a407251df6bf91776f /gdb/gdb_mbuild.sh | |
parent | e0f2823e31950d4ae7d7e5f9338804dd7c0f6dc0 (diff) | |
download | binutils-gdb-6e2c7fa123326af40f73d9e7e9738a7eb40275a6.tar.gz |
* Makefile.in (init.c) [LANG, LC_ALL]: Set to `c'.
* gdb_indent.sh, gdb_mbuild.sh, observer.sh: Likewise.
* gdbarch.sh: Correct comment.
Diffstat (limited to 'gdb/gdb_mbuild.sh')
-rwxr-xr-x | gdb/gdb_mbuild.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/gdb_mbuild.sh b/gdb/gdb_mbuild.sh index da5a1e7dbab..680555d38e9 100755 --- a/gdb/gdb_mbuild.sh +++ b/gdb/gdb_mbuild.sh @@ -22,6 +22,11 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02111-1301, USA +# Make certain that the script is not running in an internationalized +# environment. +LANG=c ; export LANG +LC_ALL=c ; export LC_ALL + usage() { cat <<EOF |