Changeset 4850
- Timestamp:
- May 22, 2017, 12:57:08 PM (4 years ago)
- Location:
- lliurex-profile-d/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-profile-d/trunk/fuentes/debian/changelog
r4742 r4850 1 lliurex-profile-d (0.13) xenial; urgency=high 2 3 * Fixing accents in old isos and JClic 4 5 -- Hector Garcia Huerta <hectorgh@gmail.com> Mon, 22 May 2017 12:56:27 +0200 6 1 7 lliurex-profile-d (0.12-3) xenial; urgency=medium 2 8 -
lliurex-profile-d/trunk/fuentes/install-files/etc/profile.d/llx_lc_all.sh
r3393 r4850 1 1 #!/bin/sh 2 2 if [ -n "${LANG}" ]; then 3 if [ "$LANG" = "ca_ES.UTF-8@valencia" ]; then 4 #export LC_ALL=$(echo ${LANG}|cut -d@ -f1) 5 export LC_ALL=ca_ES.UTF-8@valencia 3 RC=0 4 echo $LANG | grep "ca_ES" 1>/dev/null || RC=1 5 if [ $RC = 0 ]; then 6 # HOPEFULLY THIS FIXES MISSING ACCENTS IN BOTH JCLIC AND OLD ISOS 7 export LC_ALL=ca_ES.UTF-8 6 8 fi 7 9 fi 10
Note: See TracChangeset
for help on using the changeset viewer.