From b3c228b15fa8b5d36e374c6a62f345fa2a7407d4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20=C5=9Awi=C4=85tek?= Date: Fri, 10 Aug 2012 23:09:49 +0200 Subject: [PATCH] - -q is better than >/dev/null --- kde4send2builders.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde4send2builders.sh b/kde4send2builders.sh index 801f86d..5a42d93 100755 --- a/kde4send2builders.sh +++ b/kde4send2builders.sh @@ -188,7 +188,7 @@ if [ "$ATAG" == "yes" ]; then git clone git@git.tld-linux.org:packages/${PKG} fi if [ $SKIPFETCHTAGS -lt 1 ]; then - LAST_AUTOTAG=$(cd $PKG && git fetch --tags >/dev/null && git tag |tail -n 1) + LAST_AUTOTAG=$(cd $PKG && git fetch -q --tags && git tag |tail -n 1) else LAST_AUTOTAG=$(cd $PKG && git tag |tail -n 1) fi -- 2.44.0