Commit 3c4d89bb authored by Vitaly Lipatov's avatar Vitaly Lipatov

eget cleanup: remove duplicate AXELQ assignments

parent 4b67cd88
......@@ -321,7 +321,6 @@ WGETQ='' #-q
CURLQ='' #-s
AXELQ='' #-q
ARIA2Q=''
AXELQ=''
# TODO:
WGETNAMEOPTIONS='--content-disposition'
CURLFILENAMEOPTIONS='--remote-name --remote-time --remote-header-name'
......@@ -368,9 +367,8 @@ set_quiet()
{
WGETQ='-q'
CURLQ='-s'
AXELQ='-q'
ARIA2Q=''
AXELQ='--quiet'
ARIA2Q=''
quiet=1
}
......@@ -380,7 +378,6 @@ unset_quiet()
CURLQ=''
AXELQ=''
ARIA2Q=''
AXELQ=''
quiet=''
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment