From bd636a6f40f1ab4577eb7cdaf1a250e5ab149f48 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sat, 20 Nov 2010 23:02:59 -0600 Subject: make the download step clone the 'others' git-repos if needed --- download | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit