Index: tools/config-node.sh
===================================================================
--- tools/config-node.sh	(revision 4051)
+++ tools/config-node.sh	(revision 4052)
@@ -25,6 +25,7 @@
 HTTP_USER_AGENT=${HTTP_USER_AGENT:-curl.faked.fetch/0.0}
 VERSION=1.00
-
-if [ -z ${QUIET} ]; then
+QUIET=${QUIET:-}
+
+if [ ${QUIET} ]; then
   echo "Using..."
   echo "no proxy"
