Generate sha256 file automatically so we don't have to copy-and-paste it.
This commit is contained in:
parent
c4719dd165
commit
20bd2a6efa
@ -37,7 +37,7 @@ do_tar ()
|
|||||||
Darwin) sha="shasum -a 256" ;;
|
Darwin) sha="shasum -a 256" ;;
|
||||||
*) sha=echo ;;
|
*) sha=echo ;;
|
||||||
esac
|
esac
|
||||||
${sha} ${tarball}
|
${sha} ${tarball} | tee ${tarball}.sha256
|
||||||
}
|
}
|
||||||
|
|
||||||
usage ()
|
usage ()
|
||||||
|
Loading…
Reference in New Issue
Block a user