Skip to content

Commit b6d9522

Browse files
committed
test
1 parent 22b91ab commit b6d9522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/install_db4.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ sha256_check() {
5454
# sha256sum exists on FreeBSD, but takes different arguments than the GNU version
5555
sha256 -c "${1}" "${2}"
5656
elif [ "$(uname)" = "Darwin" ]; then
57-
echo "${1} ${2}" | shasum -a 256 -c
57+
echo "${1} ${2}" | shasum -a 256 -c
5858
elif check_exists sha256sum; then
5959
echo "${1} ${2}" | sha256sum -c
6060
elif check_exists sha256; then

0 commit comments

Comments
 (0)