Merge pull request #2675 from nanoant/patch/fixup-build-csources-submodule-pull

Fixup: csources is empty after clone
This commit is contained in:
reactormonk
2015-05-08 02:53:19 +05:00

View File

@@ -2,7 +2,7 @@
set -e
set -x
if [ ! -d "csources" ]; then
if [ ! -e csources/.git ]; then
git submodule update --init --depth 1
fi