We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b91ab commit b6d9522Copy full SHA for b6d9522
contrib/install_db4.sh
@@ -54,7 +54,7 @@ sha256_check() {
54
# sha256sum exists on FreeBSD, but takes different arguments than the GNU version
55
sha256 -c "${1}" "${2}"
56
elif [ "$(uname)" = "Darwin" ]; then
57
- echo "${1} ${2}" | shasum -a 256 -c
+ echo "${1} ${2}" | shasum -a 256 -c
58
elif check_exists sha256sum; then
59
echo "${1} ${2}" | sha256sum -c
60
elif check_exists sha256; then
0 commit comments