Fix script, duh

This commit is contained in:
Jan Jastrow 2022-05-19 15:51:05 +02:00
parent b0ba5d1cc8
commit 84f24a8173
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ function mkcd() {
}
# "Fake" sha256sum
if [[ -x `which sha256sum` ]]; then
if [[ ! -x `which sha256sum` ]]; then
function sha256sum() {
shasum -a256 $1
}