diff --git a/scripts/update_ts.sh b/scripts/update_ts.sh index d439b6aaba0..0009ecd7c0c 100755 --- a/scripts/update_ts.sh +++ b/scripts/update_ts.sh @@ -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