* Makefile.in (init.c) [LANG, LC_ALL]: Set to `c'.
[deliverable/binutils-gdb.git] / gdb / observer.sh
index dde2ad2a4034b1ead447ca62d3ab2e389eb792a0..e0bb5298245865695a490a341d9ad24faf307430 100755 (executable)
@@ -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
This page took 0.023647 seconds and 4 git commands to generate.