diff options
author | Norbert Thiebaud <norbert@sqdata.com> | 2010-11-20 23:02:59 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-11-30 20:25:21 -0600 |
commit | bd636a6f40f1ab4577eb7cdaf1a250e5ab149f48 (patch) | |
tree | ec019bd3dd2d8a6b0a5658a2b6fc3419bb3b2438 /download | |
parent | 3288713ba610617677b26c212bf0c0314f65a362 (diff) |
make the download step clone the 'others' git-repos if needed
Diffstat (limited to 'download')
-rwxr-xr-x | download | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ # #************************************************************************* +if [ ! -d clone ] ; then + ./g clone +fi if [ -z "$TARFILE_LOCATION" ]; then . ./*.Set.sh fi |