xbps-src: wrap filesum output
This commit is contained in:
parent
8071fd044f
commit
5280ebf018
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ verify_sha256_cksum()
|
||||||
filesum=$(${XBPS_DIGEST_CMD} $XBPS_SRCDISTDIR/$file)
|
filesum=$(${XBPS_DIGEST_CMD} $XBPS_SRCDISTDIR/$file)
|
||||||
if [ "$origsum" != "$filesum" ]; then
|
if [ "$origsum" != "$filesum" ]; then
|
||||||
echo
|
echo
|
||||||
msg_error "SHA256 mismatch for '$file: $filesum'\n"
|
msg_error "SHA256 mismatch for '$file:'\n$filesum\n"
|
||||||
fi
|
fi
|
||||||
msg_normal_append "OK.\n"
|
msg_normal_append "OK.\n"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue