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

    Typo

diff --git a/webtools/check-static-content b/webtools/check-static-content
index d724832..402a352 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 2>/dev/null
+which git >/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