From 47898c86d34ba851288b62281c14f18f7090df19 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 25 Apr 2012 19:52:28 -0400 Subject: [PATCH] added debugging guards to keep extra noise away. --- scripts/generator/build_variables.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 ############## -- 2.34.1