Fix repo.sh call for build depends

This commit is contained in:
Ian Douglas Scott 2017-07-09 09:27:56 -07:00
parent 7ebac4fd31
commit b0e362c353
No known key found for this signature in database
GPG Key ID: 4924E10E199B5959

View File

@ -101,7 +101,7 @@ function op {
if [ ${#BUILD_DEPENDS} -gt 0 ]
then
pushd $ROOT
./repo.sh ${BUILD_DEPENDS}
./repo.sh "${BUILD_DEPENDS[@]}"
popd
for i in "${BUILD_DEPENDS[@]}"