Skip to content

Commit

Permalink
scripts: update release script to not output file name twice
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Lawrence <slawrence@tresys.com>
  • Loading branch information
stevedlawrence committed Dec 3, 2014
1 parent 72dc45b commit 5b9a172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release
Expand Up @@ -28,6 +28,6 @@ echo "## Release $(date '+%Y-%m-%d')"
for i in *.tar.gz; do

echo -n "[$i](https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/$(date '+%Y%m%d')/$i) "
echo "`sha256sum $i`"
sha256sum $i | cut -d " " -f 1
echo ""
done

0 comments on commit 5b9a172

Please sign in to comment.