summaryrefslogtreecommitdiff
path: root/download
diff options
context:
space:
mode:
authorNorbert Thiebaud <norbert@sqdata.com>2010-11-20 23:02:59 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-11-30 20:25:21 -0600
commitbd636a6f40f1ab4577eb7cdaf1a250e5ab149f48 (patch)
treeec019bd3dd2d8a6b0a5658a2b6fc3419bb3b2438 /download
parent3288713ba610617677b26c212bf0c0314f65a362 (diff)
make the download step clone the 'others' git-repos if needed
Diffstat (limited to 'download')
-rwxr-xr-xdownload3
1 files changed, 3 insertions, 0 deletions
diff --git a/download b/download
index e2f034029cf5..f238027e61de 100755
--- a/download
+++ b/download
@@ -26,6 +26,9 @@
#
#*************************************************************************
+if [ ! -d clone ] ; then
+ ./g clone
+fi
if [ -z "$TARFILE_LOCATION" ]; then
. ./*.Set.sh
fi