[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0-143-ga4ac8d6

The branch, master has been updated via a4ac8d6becbe8676771def662a900d47216823c7 (commit) via 072bc8de79f1cf58cded1c4f1b4d3b97590e0a79 (commit) from 8f49a1a642b2248ebd4d3cfd0f57cf14a20cd72c (commit) - Log ----------------------------------------------------------------- commit a4ac8d6becbe8676771def662a900d47216823c7 Merge: 8f49a1a642b2248ebd4d3cfd0f57cf14a20cd72c 072bc8de79f1cf58cded1c4f1b4d3b97590e0a79 Author: Michal Čihař <mcihar@novell.com> Date: Wed May 11 14:45:57 2011 +0200 Merge branch 'QA_3_4' ----------------------------------------------------------------------- Summary of changes: scripts/remove-incomplete-mo | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/scripts/remove-incomplete-mo b/scripts/remove-incomplete-mo index 02069f9..d9e485c 100755 --- a/scripts/remove-incomplete-mo +++ b/scripts/remove-incomplete-mo @@ -51,6 +51,8 @@ check() { if [ $PERCENT -lt $THRESHOLD ] ; then echo "Removing $lang, only $PERCENT%" rm -f locale/$lang/LC_MESSAGES/phpmyadmin.mo + rmdir locale/$lang/LC_MESSAGES + rmdir locale/$lang fi } hooks/post-receive -- phpMyAdmin
participants (1)
-
Michal Čihař