Skip to content

Commit

Permalink
Make curl not swallow errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fkrull authored and austin987 committed Dec 15, 2023
1 parent 744303f commit 88643d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/winetricks
Original file line number Diff line number Diff line change
Expand Up @@ -1566,6 +1566,7 @@ w_download_to()
-L \
-o "${_W_file}" \
-C - \
--fail \
--retry "${WINETRICKS_DOWNLOADER_RETRIES}" \
${_W_cookiejar:+--cookie "${_W_cookiejar}"} \
${_W_agent:+--user-agent "${_W_agent}"} \
Expand Down

0 comments on commit 88643d0

Please sign in to comment.