On Fri, Jun 10, 2011 at 12:21 PM, Norbert Thiebaud <nthieb...@gmail.com>wrote:
> give it a try and look a what the log looks like ... I think the log looks quite good with " --progress=dot:mega". Could this get pushed to master? Regards, Luke.
diff --git a/download b/download index 0af6751..2c1846b 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
_______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice