[Blends-commit] [SCM] website branch, master, updated. 25c1569ddf6697d2173c19d7f9aec87508974f96
Andreas Tille
tille at debian.org
Mon Dec 15 20:12:54 UTC 2014
The following commit has been merged in the master branch:
commit 25c1569ddf6697d2173c19d7f9aec87508974f96
Author: Andreas Tille <tille at debian.org>
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
More information about the Blends-commit
mailing list