summaryrefslogtreecommitdiff
path: root/download
diff options
context:
space:
mode:
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