X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fgenerator%2Fbuild_variables.sh;h=a4843191480947b1e7d9eafe99a9e81322457f46;hb=af5f3c3dd22ed040f42a38265b6b5c8cba094b96;hp=10ad9ccd32c1b75557370d7d5c505631e1b73082;hpb=805aef436e1d6d5baccf79ac23e9dd2799f37a92;p=feisty_meow.git 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 ##############