Fix reversed shasum/sha256sum in dfaa0ce129
This commit is contained in:
parent
5d580f049a
commit
91054acfea
1 changed files with 2 additions and 2 deletions
|
@ -429,9 +429,9 @@ if [ $BUILD_MAC == 1 ]; then
|
|||
|
||||
# Verify hash
|
||||
if [[ "`uname`" = "Darwin" ]]; then
|
||||
shasum=sha256sum
|
||||
else
|
||||
shasum=shasum
|
||||
else
|
||||
shasum=sha256sum
|
||||
fi
|
||||
echo
|
||||
echo "$custom_components_hash_mac MacOS.tar.xz" | $shasum -c -
|
||||
|
|
Loading…
Reference in a new issue