[Libreoffice-commits] .: Branch 'feature/submodules' - download
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Thu May 10 12:48:28 PDT 2012
download | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2c1460684efcdd9fec4881d2cb4b2b301b62536f
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Thu May 10 14:48:18 2012 -0500
make fetch now use ./g update to set-up the submodules
Change-Id: I2451ff33651e3d27c157a020ca60ab5cddd5282d
diff --git a/download b/download
index de7e5fc..91a46cc 100755
--- a/download
+++ b/download
@@ -50,7 +50,7 @@ check_file()
if [ -d .git ] ; then
# if [ -z "$GIT_LINK_SRC" ]; then
- ./g -f clone
+ ./g update
# else
# space-saving clone from another local workdir
# mkdir clone
More information about the Libreoffice-commits
mailing list