Fixed shamus call to write patch file.

This commit is contained in:
Chris Kleeschulte 2015-08-06 17:18:22 -04:00
parent afa51fdabc
commit 1a873d00fe
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ apply the current patch from "${root_dir}"/etc/bitcoin.patch? (y/N): "
echo "Creating the sha marker for the patching in libbitcoind..."
echo "Writing patch sha file to: \"${patch_sha}\""
echo -n `shasum -a 256 "${root_dir}"/etc/bitcoin.patch | awk '{print $1}'` > "${patch_sha}"
echo -n `${shasum_cmd} "${root_dir}"/etc/bitcoin.patch | awk '{print $1}'` > "${patch_sha}"
cache_files
echo 'Build finished successfully.'
else