Another fix for upstream_translation_horizon.sh

There was an extra closing bracked "]" that breaks the script.

Hope this finally gets the job running again.

Change-Id: Ib9721e312aa9a678fe483d6cbb1fb910be1c1659
This commit is contained in:
Andreas Jaeger 2014-03-21 15:52:43 +01:00
parent d34b1fa974
commit f86b005cd5

View File

@ -51,7 +51,7 @@ tx set --auto-local -r ${PROJECT}.openstack-dashboard-translations \
git add ${PROJECT}/locale/en/LC_MESSAGES/*
git add openstack_dashboard/locale/en/LC_MESSAGES/*
if [ `git diff --cached | egrep -v "(POT-Creation-Date|^[\+\-]#|^\+{3}|^\-{3})" | egrep -c "^[\-\+]"` -gt 0 ] ]
if [ `git diff --cached | egrep -v "(POT-Creation-Date|^[\+\-]#|^\+{3}|^\-{3})" | egrep -c "^[\-\+]"` -gt 0 ]
then
# Push source file changes to transifex
tx --debug --traceback push -s