aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdb_mbuild.sh
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-07-12 18:04:30 +0000
committerDaniel Jacobowitz <drow@false.org>2006-07-12 18:04:30 +0000
commit6e2c7fa123326af40f73d9e7e9738a7eb40275a6 (patch)
tree9fdcbf547a4c684ec65e81a407251df6bf91776f /gdb/gdb_mbuild.sh
parente0f2823e31950d4ae7d7e5f9338804dd7c0f6dc0 (diff)
* 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-xgdb/gdb_mbuild.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/gdb_mbuild.sh b/gdb/gdb_mbuild.sh
index da5a1e7dba..680555d38e 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