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:
bb5f4d5
)
isolated debug noise
author
Chris Koeritz
<fred@gruntose.com>
Fri, 17 Jun 2022 00:48:43 +0000
(20:48 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Fri, 17 Jun 2022 00:48:43 +0000
(20:48 -0400)
scripts/generator/build_variables.sh
patch
|
blob
|
history
diff --git
a/scripts/generator/build_variables.sh
b/scripts/generator/build_variables.sh
index dc5c45c8386fa48f311d89dfdebc7485118f29ca..0fc028fb3467c4fb24884f2fb90d3fae1e6eaf4d 100644
(file)
--- a/
scripts/generator/build_variables.sh
+++ b/
scripts/generator/build_variables.sh
@@
-55,9
+55,10
@@
source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
# outer check on whether this already was run or not.
if [ -z "$BUILD_VARS_LOADED" ]; then
-#hmmm: make print only in debug mode
-echo recalculating feisty meow build variables.
-echo
+if [ ! -z "$DEBUG_FEISTY_MEOW" ]; then
+ echo recalculating feisty meow build variables.
+ echo
+fi
# perform some calculations to get the right paths from our parameters.
if [ ! -z "$PARM_1" ]; then