fix missing variable

This commit is contained in:
Ivan Smolin 2019-06-14 17:17:12 +03:00
parent 305e1a41dc
commit 0bfac92fe1
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ for argument in ${COMMAND_LINE_ARGUMENTS}
do
if [ $argument != $PROJECT_NAME ]
then
platform=argument # all arguments after project name treated as platforms
clone_platform ${PROJECT_NAME} ${platform}
fi
done