one new line too much

This commit is contained in:
Anatol Belski 2015-08-20 11:35:46 +02:00
parent 4ad0714d76
commit ef063dcb05

View file

@ -44,7 +44,7 @@ do
echo "SHA256 hash: `sha256sum $TARBALL | cut -d' ' -f1`"; echo "SHA256 hash: `sha256sum $TARBALL | cut -d' ' -f1`";
echo PGP signature: echo PGP signature:
cat $TARBALL.asc cat $TARBALL.asc
echo -e "\n\n" echo -e "\n"
done done
exit 0 exit 0