summaryrefslogtreecommitdiff
path: root/Utility/Url.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Utility/Url.hs')
-rw-r--r--Utility/Url.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Utility/Url.hs b/Utility/Url.hs
index da1a38dd3..45a34bc35 100644
--- a/Utility/Url.hs
+++ b/Utility/Url.hs
@@ -279,8 +279,8 @@ download' quiet url file uo = do
-}
#ifndef __ANDROID__
wgetparams = concat
- [ if Build.SysConfig.wgetquietprogress && not quiet
- then [Param "-q", Param "--show-progress"]
+ [ if Build.SysConfig.wgetunclutter && not quiet
+ then [Param "-nv", Param "--show-progress"]
else []
, [ Param "--clobber", Param "-c", Param "-O"]
]