Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions wcurl
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ exec_curl()
# If there are less than two URLs, do not set the parallel flag.
if [ "$#" -lt 2 ]; then
CURL_PARALLEL=""
elif [ "${HAS_USER_SET_OUTPUT}" = "true" ] && [ -z "${CURL_NO_CLOBBER}" ]; then
error "Using --output with multiple URLs requires curl >= 7.83.0 (--no-clobber)."
Comment thread
arpitguptagithub marked this conversation as resolved.
Outdated
fi

# Start assembling the command.
Expand Down