Don't create shell bundle if we can't include source references
This commit is contained in:
Родитель
d38986ffe4
Коммит
67b29f249a
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче