Commit 24f8b477 authored by Vitaly Lipatov's avatar Vitaly Lipatov

eget: fix curl -c with --remote-header-name conflict

parent f2d727f6
......@@ -601,6 +601,9 @@ while [ -n "$1" ] ; do
CONTINUE=1
WGETCONTINUE="$1"
CURLCONTINUE="-C -"
# curl: --continue-at and --remote-header-name cannot be combined
CURLFILENAMEOPTIONS='--remote-name --remote-time'
CURLNAMEOPTIONS='--remote-time'
ARIA2CONTINUE="--continue=true"
AXELCONTINUE=""
;;
......
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