update glide

This commit is contained in:
Ethan Buchman
2016-10-10 14:55:54 -04:00
parent 9d331715c0
commit 9393be7a49
3 changed files with 10 additions and 5 deletions

View File

@ -31,6 +31,11 @@ for lib in "${LIBS[@]}"; do
echo "Vendored: $VENDORED"
echo "Master: $MASTER"
fi
elif [[ "$VENDORED" != "$HEAD" ]]; then
echo ""
echo "Vendored version of $lib matches origin/master but differs from HEAD"
echo "Vendored: $VENDORED"
echo "Head: $HEAD"
fi
done