Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaLang/julia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2e27e3fae1d7b519a94dcb72c33e50f7b8763292
Choose a base ref
..
head repository: JuliaLang/julia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 43fbfeed435a547f641a57059e0472e76ae1f769
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 deps/tools/jlchecksum
2 changes: 1 addition & 1 deletion deps/tools/jlchecksum
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ checksum_error()
echo " But \`$CHECKSUM_PROG\` results in:" >&2
print_hash "$CURR_CHECKSUM"
echo " This can happen due to bad downloads or network proxies, please check your" >&2
echo " network proxy/firewall settings and delete"
echo " network proxy/firewall settings and delete" >&2
echo " $(realpath $ARG1)" >&2
echo " to force a redownload when you are ready" >&2
echo "===============================================================================" >&2