From: Chris Koeritz Date: Wed, 25 Apr 2012 23:52:28 +0000 (-0400) Subject: added debugging guards to keep extra noise away. X-Git-Tag: 2.140.90~1385 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=47898c86d34ba851288b62281c14f18f7090df19;p=feisty_meow.git added debugging guards to keep extra noise away. --- diff --git a/scripts/generator/build_variables.sh b/scripts/generator/build_variables.sh index 10ad9ccd..a4843191 100644 --- a/scripts/generator/build_variables.sh +++ b/scripts/generator/build_variables.sh @@ -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 ##############