summaryrefslogtreecommitdiff
path: root/generate_checksum.sh
diff options
context:
space:
mode:
Diffstat (limited to 'generate_checksum.sh')
-rwxr-xr-xgenerate_checksum.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/generate_checksum.sh b/generate_checksum.sh
index 7fcca70..5847ff5 100755
--- a/generate_checksum.sh
+++ b/generate_checksum.sh
@@ -1,6 +1,6 @@
#!/bin/bash
cd "$(realpath $(dirname $0))"
-
+function sha256sum() { shasum -a 256 "$@" ; } && export -f sha256sum
for coin in monero wownero;
do
submodule_hash=$(git ls-tree HEAD ${coin} | xargs | awk '{ print $3 }')