From: Michael Stapelberg Date: Sat, 10 Mar 2018 17:53:04 +0000 (+0100) Subject: release: new-enough dput no longer needs an explicit file name X-Git-Tag: 4.16~138^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c74dd61f594192f8e0f392374e677ddf63e43442;p=i3%2Fi3 release: new-enough dput no longer needs an explicit file name --- diff --git a/release.sh b/release.sh index 8e2852a8..54c2ea81 100755 --- a/release.sh +++ b/release.sh @@ -228,7 +228,7 @@ echo " cd ${TMPDIR}/i3.github.io" echo " git push" echo "" echo " cd ${TMPDIR}/debian" -echo " dput *.changes" +echo " dput" echo "" echo " cd ${TMPDIR}" echo " sendmail -t < email.txt"