added debugging guards to keep extra noise away.
authorChris Koeritz <fred@gruntose.com>
Wed, 25 Apr 2012 23:52:28 +0000 (19:52 -0400)
committerChris Koeritz <fred@gruntose.com>
Wed, 25 Apr 2012 23:52:28 +0000 (19:52 -0400)
scripts/generator/build_variables.sh

index 10ad9ccd32c1b75557370d7d5c505631e1b73082..a4843191480947b1e7d9eafe99a9e81322457f46 100644 (file)
@@ -114,11 +114,13 @@ fi
 
 # debugging area where we say what we think we know.
 
-echo scripts: $BUILD_SCRIPTS_DIR
-echo build tools hier: $BUILDING_HIERARCHY
-echo this tool: $THIS_TOOL_NAME
-echo repository: $FEISTY_MEOW_DIR
-echo clam: $CLAM_DIR
+if [ ! -z "$SHELL_DEBUG" ]; then
+  echo scripts: $BUILD_SCRIPTS_DIR
+  echo build tools hier: $BUILDING_HIERARCHY
+  echo this tool: $THIS_TOOL_NAME
+  echo repository: $FEISTY_MEOW_DIR
+  echo clam: $CLAM_DIR
+fi
 
 ##############