xbps-src: wrap filesum output

This commit is contained in:
str1ngs 2011-06-26 13:38:17 -07:00
parent 8071fd044f
commit 5280ebf018

View file

@ -38,7 +38,7 @@ verify_sha256_cksum()
filesum=$(${XBPS_DIGEST_CMD} $XBPS_SRCDISTDIR/$file)
if [ "$origsum" != "$filesum" ]; then
echo
msg_error "SHA256 mismatch for '$file: $filesum'\n"
msg_error "SHA256 mismatch for '$file:'\n$filesum\n"
fi
msg_normal_append "OK.\n"
}