From kde-commits Mon May 02 08:50:51 2005 From: David Faure Date: Mon, 02 May 2005 08:50:51 +0000 To: kde-commits Subject: kde-common/admin Message-Id: <20050502085051.E5CB24A6 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111502386201062 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 || :