Fix script name parameter

master
andryyy 2016-12-13 07:59:03 +01:00
parent 977a5b4d47
commit be02648c49
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@
for build in $(ls *build*.sh | grep -v all); do for build in $(ls *build*.sh | grep -v all); do
echo "Starting build file ${buildx} ..." echo "Starting build file ${buildx} ..."
/bin/bash ${buildx} /bin/bash ${build}
done done
/bin/bash fix-permissions.sh /bin/bash fix-permissions.sh