Merge "Translations: Handle "." in project name"

This commit is contained in:
Jenkins
2014-08-11 10:38:54 +00:00
committed by Gerrit Code Review

View File

@@ -149,7 +149,7 @@ function setup_git ()
# COMMIT_MSG.
function setup_review ()
{
FULL_PROJECT=$(grep project .gitreview | cut -f2 -d= | cut -f1 -d.)
FULL_PROJECT=$(grep project .gitreview | cut -f2 -d= |sed -e 's/\.git$//')
COMMIT_MSG="Imported Translations from Transifex"
git review -s