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.
1 parent 106cbd6 commit d41890fCopy full SHA for d41890f
install.sh
@@ -326,7 +326,7 @@ hash_sha256_verify() {
326
BASENAME=${TARGET##*/}
327
log_debug $BASENAME
328
log_debug $TARGET
329
- want=$(grep "${BASENAME}" "${checksums}" 2>/dev/null | tr '\t' ' ' | cut -d ' ' -f 1)
+ want=$(grep "${BASENAME}$" "${checksums}" 2>/dev/null | tr '\t' ' ' | cut -d ' ' -f 1)
330
if [ -z "$want" ]; then
331
log_err "hash_sha256_verify unable to find checksum for '${TARGET}' in '${checksums}'"
332
return 1
0 commit comments