do not wait for input from stdin
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
ffe24c612c
commit
78c3c09163
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue