* Makefile.in (init.c) [LANG, LC_ALL]: Set to `c'.
[deliverable/binutils-gdb.git] / gdb / gdb_mbuild.sh
index da5a1e7dbabd5fdd2f7d44221756d00b5561a02c..680555d38e9a20033e6e49e8e6ccf5daaf1615d6 100755 (executable)
 #  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
This page took 0.026057 seconds and 4 git commands to generate.