Don't create shell bundle if we can't include source references

This commit is contained in:
Jeff Coffler 2015-12-31 09:07:05 -08:00
Родитель d38986ffe4
Коммит 67b29f249a
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -127,6 +127,9 @@ if [ -f ../../../.gitmodules ]; then
# Update the bundle file w/the ref hash (much easier with perl since multi-line)
perl -i -pe "s/-- Source code references --/${SOURCE_REFS}/" $BUNDLE_FILE
else
echo "Unable to find git superproject!" >& 2
exit 1
fi
# Edit the bundle file for hard-coded values