release.sh: add missing -t parameter for sendmail

This commit is contained in:
Michael Stapelberg 2015-04-16 09:21:13 +02:00
parent d05e9df0a1
commit 923a61ae37
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ echo " cd ${TMPDIR}/debian"
echo " dput *.changes" echo " dput *.changes"
echo "" echo ""
echo " cd ${TMPDIR}" echo " cd ${TMPDIR}"
echo " sendmail < email.txt" echo " sendmail -t < email.txt"
echo "" echo ""
echo "Announce on:" echo "Announce on:"
echo " twitter" echo " twitter"