summaryrefslogtreecommitdiff
path: root/download
diff options
context:
space:
mode:
authorLuke Symes <allsymes@gmail.com>2011-06-11 08:17:18 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-06-11 08:17:18 -0500
commitf0ae283cf05ca55751e9c2f04e98ef8031edaad1 (patch)
tree33c27788bd6489f4e0bbe5dc764ecad5f36dc60e /download
parent0957430c123235f6545a4a883e953446d5687f92 (diff)
make the fetching of external dependencies a bit more 'lively'
Diffstat (limited to 'download')
-rwxr-xr-xdownload2
1 files changed, 1 insertions, 1 deletions
diff --git a/download b/download
index 0af6751223a1..46f110bc55ab 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