[Libreoffice-commits] .: download
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Sat Jun 11 06:17:46 PDT 2011
download | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 20b9deb85baebc2e55f3b52600207a0a474f6397
Author: Luke Symes <allsymes at gmail.com>
Date: Sat Jun 11 08:17:18 2011 -0500
make the fetching of external dependencies a bit more 'lively'
diff --git a/download b/download
index 0af6751..46f110b 100755
--- a/download
+++ b/download
@@ -129,7 +129,7 @@ downloaditem()
if [ ! -f "../$2" ]; then
echo $2
if [ ! -z "$wget" ]; then
- $wget -nv -N $1/$2 2>&1 | tee -a $logfile
+ $wget --progress=dot:mega -N $1/$2 2>&1 | tee -a $logfile
else
echo fetching $2
$curl $file_date_check -O $1/$2 2>&1 | tee -a $logfile
More information about the Libreoffice-commits
mailing list