[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_0-15-g072bc8d

The branch, QA_3_4 has been updated via 072bc8de79f1cf58cded1c4f1b4d3b97590e0a79 (commit) from 5687ac290e64ad82c9dc709a8d0850b7e8a99198 (commit) - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- 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ř