[arch-commits] Commit in filesystem/trunk (profile)

Aaron Griffin aaron at archlinux.org
Mon Aug 10 18:55:16 UTC 2009


    Date: Monday, August 10, 2009 @ 14:55:15
  Author: aaron
Revision: 49509

Remove LC_COLLATE=C from the default /etc/profile

Apparently this is not necessary and has been tested for a while.

If this causes regex-based scripts to fail, we should add
LC_COLLATE=C to those scripts themselves.

See FS#15250

Modified:
  filesystem/trunk/profile

---------+
 profile |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: profile
===================================================================
--- profile	2009-08-10 14:44:34 UTC (rev 49508)
+++ profile	2009-08-10 18:55:15 UTC (rev 49509)
@@ -42,9 +42,8 @@
 
 INPUTRC="/etc/inputrc"
 LESS="-R"
-LC_COLLATE="C"
 
-export HISTSIZE HISTCONTROL INPUTRC LESS LC_COLLATE
+export HISTSIZE HISTCONTROL INPUTRC LESS
 
 # Load profiles from /etc/profile.d
 if test -d /etc/profile.d/; then




More information about the arch-commits mailing list