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

eget cleanup: remove duplicate AXELQ assignments

parent 4b67cd88
...@@ -321,7 +321,6 @@ WGETQ='' #-q ...@@ -321,7 +321,6 @@ WGETQ='' #-q
CURLQ='' #-s CURLQ='' #-s
AXELQ='' #-q AXELQ='' #-q
ARIA2Q='' ARIA2Q=''
AXELQ=''
# TODO: # TODO:
WGETNAMEOPTIONS='--content-disposition' WGETNAMEOPTIONS='--content-disposition'
CURLFILENAMEOPTIONS='--remote-name --remote-time --remote-header-name' CURLFILENAMEOPTIONS='--remote-name --remote-time --remote-header-name'
...@@ -368,9 +367,8 @@ set_quiet() ...@@ -368,9 +367,8 @@ set_quiet()
{ {
WGETQ='-q' WGETQ='-q'
CURLQ='-s' CURLQ='-s'
AXELQ='-q'
ARIA2Q=''
AXELQ='--quiet' AXELQ='--quiet'
ARIA2Q=''
quiet=1 quiet=1
} }
...@@ -380,7 +378,6 @@ unset_quiet() ...@@ -380,7 +378,6 @@ unset_quiet()
CURLQ='' CURLQ=''
AXELQ='' AXELQ=''
ARIA2Q='' ARIA2Q=''
AXELQ=''
quiet='' 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