gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / gdb_indent.sh
index 41b95d2642b48178984d83ed0fe1cf0b4a6fe13b..115b99521fcb35ad2fbcdcc19d15ff788d3fe96f 100755 (executable)
@@ -3,6 +3,11 @@
 # Try to find a GNU indent.  There could be a BSD indent in front of a
 # GNU gindent so when indent is found, keep looking.
 
+# Make certain that the script is not running in an internationalized
+# environment.
+LANG=c ; export LANG
+LC_ALL=c ; export LC_ALL
+
 gindent=
 indent=
 paths=`echo $PATH | sed \
This page took 0.023855 seconds and 4 git commands to generate.