Skip to content
Permalink
Browse files
update_ts.sh: fix selective download of translations
  • Loading branch information
jef-n committed Feb 18, 2018
1 parent dcfe5ca commit e606b79
Showing 1 changed file with 2 additions and 2 deletions.
@@ -122,9 +122,9 @@ elif [ $action = pull ]; then
rm i18n/qgis_*.ts

echo Pulling new translations...
shift
if [ "$#" -gt 0 ]; then
o="-l $@"
o=$*
o="-l ${o// /,}"
else
o="-a"
fi

0 comments on commit e606b79

Please sign in to comment.