Add extra space between sha256sum args (#52)

This commit is contained in:
Samuel García 2021-06-15 23:09:39 +02:00 committed by GitHub
parent 1f388f1b6a
commit 625e8a23ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ check_shasum() {
if command -v sha256sum >/dev/null 2>&1; then
sha256sum \
-c <<<"$authentic_checksum $archive_file_name"
-c <<<"$authentic_checksum $archive_file_name"
elif command -v shasum >/dev/null 2>&1; then
shasum \
-a 256 \