do not wait for input from stdin

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2014-05-05 23:12:18 +02:00
parent ffe24c612c
commit 78c3c09163
1 changed files with 2 additions and 1 deletions

View File

@ -156,7 +156,8 @@ eof
echo "Submitting to freecode ..."
python2 ~/p/foreign/freecode-submit-2.7/freecode-submit -P cdist \
-v "$version" -c "$changelog" \
-t "$taglist"
-t "$taglist" \
-n
;;
release-git-tag)