We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04d0e45 + 57f544e commit 85e6be8Copy full SHA for 85e6be8
wcurl
@@ -231,7 +231,7 @@ exec_curl()
231
[ -z "${OUTPUT_PATH}" ] && OUTPUT_PATH=index.html
232
fi
233
# shellcheck disable=SC2086
234
- set -- "$@" ${NEXT_PARAMETER} ${PER_URL_PARAMETERS} ${CURL_HAS_NO_CLOBBER} ${CURL_OPTIONS} --output "${OUTPUT_PATH}" "${url}"
+ set -- "$@" ${NEXT_PARAMETER} ${PER_URL_PARAMETERS} ${CURL_HAS_NO_CLOBBER} --output "${OUTPUT_PATH}" ${CURL_OPTIONS} "${url}"
235
NEXT_PARAMETER="--next"
236
done
237
0 commit comments