Skip to content

Commit

Permalink
termux_download: don't warn if SKIP_CHECKSUM is passed
Browse files Browse the repository at this point in the history
  • Loading branch information
Grimler91 committed Aug 17, 2021
1 parent fbcbedf commit ec352dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/termux_download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ termux_download() {
"$URL" "$CHECKSUM" "$ACTUAL_CHECKSUM"
return 1
fi
else
elif [ -z "$CHECKSUM" ]; then
printf "WARNING: No checksum check for %s:\nActual: %s\n" \
"$URL" "$ACTUAL_CHECKSUM"
fi
Expand Down

0 comments on commit ec352dd

Please sign in to comment.