final fix

This commit is contained in:
Ivan Smolin 2019-06-14 17:18:05 +03:00
parent 0bfac92fe1
commit 22252474bf
1 changed files with 1 additions and 1 deletions

View File

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