X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fgdb_indent.sh;h=115b99521fcb35ad2fbcdcc19d15ff788d3fe96f;hb=9be21bb4d4f30975766dfaa7d40b53ba10dcc3a0;hp=41b95d2642b48178984d83ed0fe1cf0b4a6fe13b;hpb=b2ed1746df2408b8cb935a2de4901f3ae883773d;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdb_indent.sh b/gdb/gdb_indent.sh index 41b95d2642..115b99521f 100755 --- a/gdb/gdb_indent.sh +++ b/gdb/gdb_indent.sh @@ -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 \