This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ob] Add LC_ALL to gdbarch.sh


(And knowing my luck, I've got it wrong)
committed,

Andrew
2002-04-25  Andrew Cagney  <ac131313@redhat.com>

	* gdbarch.sh (LC_ALL): Set to `c'.

Index: gdbarch.sh
===================================================================
RCS file: /cvs/src/src/gdb/gdbarch.sh,v
retrieving revision 1.129
diff -u -r1.129 gdbarch.sh
--- gdbarch.sh	24 Apr 2002 16:28:15 -0000	1.129
+++ gdbarch.sh	25 Apr 2002 23:11:42 -0000
@@ -22,6 +22,7 @@
 # Make certain that the script is running in an internationalized
 # environment.
 LANG=c ; export LANG
+LC_ALL=c ; export LC_ALL
 
 
 compare_new ()

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]