build: do not overwrite version tag

This commit is contained in:
Franco Fichtner 2018-04-08 13:35:21 +02:00
parent 246bc87323
commit 95cff08473
1 changed files with 2 additions and 2 deletions

View File

@ -119,8 +119,8 @@ while getopts ${OPTS} OPT; do
export PRODUCT_QUICK=${OPTARG}
;;
q)
for VERSION in ${OPTARG}; do
eval "export ${VERSION}"
for _VERSION in ${OPTARG}; do
eval "export ${_VERSION}"
done
;;
R)