SVN: rc-scripts/trunk/lang.sh

glen glen at pld-linux.org
Tue Nov 4 19:07:58 CET 2008


Author: glen
Date: Tue Nov  4 19:07:58 2008
New Revision: 9958

Modified:
   rc-scripts/trunk/lang.sh
Log:
- LC_ALL was still overwritten with i18n value even if one had from ssh session

Modified: rc-scripts/trunk/lang.sh
==============================================================================
--- rc-scripts/trunk/lang.sh	(original)
+++ rc-scripts/trunk/lang.sh	Tue Nov  4 19:07:58 2008
@@ -37,7 +37,7 @@
 	LC_PAPER=${ORG_LC_PAPER:-$LC_PAPER}
 	LC_TELEPHONE=${ORG_LC_TELEPHONE:-$LC_TELEPHONE}
 	LC_TIME=${ORG_LC_TIME:-$LC_TIME}
-	LC_ALL=${LC_ALL:-$LC_ALL}
+	LC_ALL=${ORG_LC_ALL:-$LC_ALL}
 
 	unset ORG_LANG ORG_LC_ADDRESS ORG_LC_COLLATE ORG_LC_CTYPE ORG_LC_IDENTIFICATION ORG_LC_MEASUREMENT
 	unset ORG_LC_MESSAGES ORG_LC_MONETARY ORG_LC_NAME ORG_LC_NUMERIC ORG_LC_PAPER ORG_LC_TELEPHONE


More information about the pld-cvs-commit mailing list