diff --git a/build-all.sh b/build-all.sh index 184d3448..19b015f4 100755 --- a/build-all.sh +++ b/build-all.sh @@ -5,6 +5,6 @@ for build in $(ls *build*.sh | grep -v all); do echo "Starting build file ${buildx} ..." - /bin/bash ${buildx} + /bin/bash ${build} done /bin/bash fix-permissions.sh