Update of /cvs/debian-openoffice/oo-debian-files/bin In directory gluck:/tmp/cvs-serv545/bin
Modified Files: Tag: OPENOFFICE_ORG_1_1_2 openoffice Log Message: bah, actually do the removal... Index: openoffice =================================================================== RCS file: /cvs/debian-openoffice/oo-debian-files/bin/openoffice,v retrieving revision 1.27.2.1 retrieving revision 1.27.2.2 diff -u -d -r1.27.2.1 -r1.27.2.2 --- openoffice 18 Jun 2004 22:03:33 -0000 1.27.2.1 +++ openoffice 7 Jul 2004 02:03:43 -0000 1.27.2.2 @@ -226,10 +226,6 @@ # Set locale to en_US if locale is C if [ "x$LOCALE" = "xC" ] ; then LOCALE="en_US"; fi -# LC_CTYPE is taken in preference to LANG. OOo doesn't understand -# two values, so clobber LC_CTYPE instead -LC_CTYPE="$LOCALE" - # Change _ to - and remove part after '@' character LOCALEOO=`echo $LOCALE | sed 's/_/-/;s/@.*//'`