projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86dc5b0
)
added debugging guards to keep extra noise away.
author
Chris Koeritz
<fred@gruntose.com>
Wed, 25 Apr 2012 23:52:28 +0000
(19:52 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Wed, 25 Apr 2012 23:52:28 +0000
(19:52 -0400)
scripts/generator/build_variables.sh
patch
|
blob
|
history
diff --git
a/scripts/generator/build_variables.sh
b/scripts/generator/build_variables.sh
index 10ad9ccd32c1b75557370d7d5c505631e1b73082..a4843191480947b1e7d9eafe99a9e81322457f46 100644
(file)
--- 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
##############