CVS commit by faure: "old school /bin/sh" doesn't like my one-line export statement. Thanks to Christopher Layne for reporting this bug. M +2 -1 cvs.sh 1.158 --- kde-common/admin/cvs.sh #1.157:1.158 @@ -618,5 +618,6 @@ # Make sure that sorting is always done the same way -export LC_ALL=C +LC_ALL=C +export LC_ALL unset LANG || : unset LC_CTYPE || :