Index: bootstrapper/bootstrap.sh
===================================================================
--- bootstrapper/bootstrap.sh	(revision 40)
+++ bootstrapper/bootstrap.sh	(revision 41)
@@ -96,5 +96,5 @@
 checkSetupDeps() {
 	for DEP in gcc wget tr rsync xmlstarlet; do
-		which $DEP > /dev/null
+		which $DEP > /dev/null 2>&1
 		if [ $? -ne 0 ]; then
 			echo "\"$DEP\" not installed. Please install it and run this script again."
