Skip to content

Commit

Permalink
Also exclude the new sums from being re-summed
Browse files Browse the repository at this point in the history
(cherry picked from commit 0c63678)
  • Loading branch information
dkulp authored and Fokko committed Apr 30, 2019
1 parent 37e8a0f commit 24ff48c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ do

for f in $(find dist -type f \
\! -name '*.md5' \! -name '*.sha1' \
\! -name '*.sha512' \! -name '*.sha256' \
\! -name '*.asc' \! -name '*.txt' );
do
(cd `dirname $f`; shasum -a 512 `basename $f`) > $f.sha512
Expand Down

0 comments on commit 24ff48c

Please sign in to comment.