Skip to content

Commit

Permalink
Generate sha256 file automatically so we don't have to copy-and-paste…
Browse files Browse the repository at this point in the history
… it.
  • Loading branch information
bmah888 committed Jan 9, 2015
1 parent c4719dd commit 20bd2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_release
Expand Up @@ -37,7 +37,7 @@ do_tar ()
Darwin) sha="shasum -a 256" ;;
*) sha=echo ;;
esac
${sha} ${tarball}
${sha} ${tarball} | tee ${tarball}.sha256
}

usage ()
Expand Down

0 comments on commit 20bd2a6

Please sign in to comment.