From: Bartosz Świątek Date: Fri, 10 Aug 2012 21:09:49 +0000 (+0200) Subject: - -q is better than >/dev/null X-Git-Url: https://git.tld-linux.org/?p=packages%2Frpm-build-tools.git;a=commitdiff_plain;h=b3c228b15fa8b5d36e374c6a62f345fa2a7407d4;hp=3e9a7bf0474933245b19c717f7180bde09eb387b - -q is better than >/dev/null --- 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