* Makefile.in (init.c) [LANG, LC_ALL]: Set to `c'.

* gdb_indent.sh, gdb_mbuild.sh, observer.sh: Likewise.
	* gdbarch.sh: Correct comment.
This commit is contained in:
Daniel Jacobowitz
2006-07-12 18:04:30 +00:00
parent e0f2823e31
commit 6e2c7fa123
6 changed files with 26 additions and 2 deletions

View File

@ -1,5 +1,10 @@
#!/bin/sh -e
# Make certain that the script is not running in an internationalized
# environment.
LANG=c ; export LANG
LC_ALL=c ; export LC_ALL
if test $# -ne 3
then
echo "Usage: $0 <h|inc> <observer.texi> <observer.out>" 1>&2