The following commit has been merged in the master branch:
commit 25c1569ddf6697d2173c19d7f9aec87508974f96
Author: Andreas Tille <[email protected]>
Date:   Mon Dec 15 21:12:38 2014 +0100

    Suppress output

diff --git a/webtools/check-static-content b/webtools/check-static-content
index 8a09633..d724832 100755
--- a/webtools/check-static-content
+++ b/webtools/check-static-content
@@ -23,7 +23,7 @@ if [ "--help" = "$1" -o "-h" = "$1" ] ; then
        exit 1
 fi
 
-which git
+which git 2>/dev/null
 if [ $? -ne 0 ]; then
        @echo "git executable could not be found"
        exit 1

-- 
Static and dynamic websites for Debian Pure Blends

_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to