Build system: fix typo

BodgeMaster-unfinished
BodgeMaster 2022-07-30 21:14:23 +02:00
parent d90e7f16bd
commit 800fd66044
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ else
function check_sha256 {
FILE="$1"
CHECKSUM="$2"
sha256 --c <<< "SHA256 ($FILE) = $CHECKSUM" >/dev/null 2>&1
sha256 -c <<< "SHA256 ($FILE) = $CHECKSUM" >/dev/null 2>&1
return $?
}
else