properly format checksum file

This commit is contained in:
techknowlogick 2023-03-18 01:49:03 -04:00
parent 66f3e382a1
commit d17e881692
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ fi
SUM=$(shasum -a 256 "$1" | cut -d' ' -f1)
BASENAME=$(basename "$1")
echo -n "${SUM} ${BASENAME}" > "$1".sha256
echo -n "${SUM} ${BASENAME}" > "$1".sha256