
The branch, master has been updated via 6091d9b6569a2653ac387b6213b623c41fd4340c (commit) from c6f4ca65ae3ed2bcc8ac1058a37f855172f3ab00 (commit) - Log ----------------------------------------------------------------- commit 6091d9b6569a2653ac387b6213b623c41fd4340c Author: Michal Čihař <mcihar@novell.com> Date: Tue Apr 26 13:37:00 2011 +0200 Override using LC_ALL, it overrides all LC_* variables. ----------------------------------------------------------------------- Summary of changes: scripts/remove-incomplete-mo | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/remove-incomplete-mo b/scripts/remove-incomplete-mo index b59d6e7..dfddc37 100755 --- a/scripts/remove-incomplete-mo +++ b/scripts/remove-incomplete-mo @@ -22,7 +22,7 @@ echo '$GLOBALS["language_stats"] = array (' >> libraries/language_stats.inc.php check() { lang=`echo $1 | sed 's@po/\(.*\)\.po@\1@'` - STATS=`LANG=C msgfmt --statistics -o /dev/null $1 2>&1` + STATS=`LC_ALL=C msgfmt --statistics -o /dev/null $1 2>&1` if echo $STATS | grep -q ' translated ' ; then TRANSLATED=`echo $STATS | sed 's/\(^\|.* \)\([0-9]*\) translated.*/\2/'` else hooks/post-receive -- phpMyAdmin