diff options
author | Matt Johnston <matt@ucc.asn.au> | 2015-01-28 22:58:52 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2015-01-28 22:58:52 +0800 |
commit | 4df268f10ea6c4195d0a3179e53e6d33c1cd468e (patch) | |
tree | bb6f91317d6af5d73d35c4fe0efc4a47f5e6b73d /release.sh | |
parent | 19b3f01477dcee57cb0bc151486e98b44e8e9db5 (diff) |
sha256
Diffstat (limited to 'release.sh')
-rwxr-xr-x | release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,5 +36,5 @@ rm -r "$RELDIR/autom4te.cache" || exit 2 (cd $RELDIR/.. && tar cjf $ARCHIVE `basename "$RELDIR"`) || exit 2 ls -l $ARCHIVE -openssl sha1 $ARCHIVE +openssl sha -sha256 $ARCHIVE echo "Done to $ARCHIVE" |