fix missing variable
This commit is contained in:
parent
305e1a41dc
commit
0bfac92fe1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue