fix smart build script

This commit is contained in:
Eugenio Romano
2019-07-13 11:48:51 +01:00
parent dc450a3af2
commit 123e9b2c77

View File

@@ -44,6 +44,14 @@ affected="$(./scripts/affected-libs.sh ${gnu[@]} -b "$BRANCH_NAME")"
echo $affected
libs=(`echo $affected | sed 's/^$/\n/g'`)
if [ $BRANCH_NAME == 'undefined' ]; then
echo "Rebase your branch"
exit 1
fi
echo "Builds"
#extensions
for i in "${libs[@]}"
do