]> TLD Linux GIT Repositories - packages/rpm-build-tools.git/commitdiff
- -q is better than >/dev/null
authorBartosz Świątek <shadzik@tld-linux.org>
Fri, 10 Aug 2012 21:09:49 +0000 (23:09 +0200)
committerBartosz Świątek <shadzik@tld-linux.org>
Fri, 10 Aug 2012 21:09:49 +0000 (23:09 +0200)
kde4send2builders.sh

index 801f86de8f93b1ab9fde9d536ce6ea7ceabbc7cb..5a42d931524967aab752adddeef46e7ef97dadb7 100755 (executable)
@@ -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