X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fcore%2Fbootstrap_shells.sh;h=7dba79d4315ace93653a6eb923cbc001bafcfc59;hb=ce77b29d6766080c9bb3adeb981e6879365e7d3c;hp=ded1cf9ac23427b48828db7daa50961a8e05ea4a;hpb=73762077041da828b24ffb9993bae49267f02507;p=feisty_meow.git diff --git a/scripts/core/bootstrap_shells.sh b/scripts/core/bootstrap_shells.sh index ded1cf9a..7dba79d4 100644 --- a/scripts/core/bootstrap_shells.sh +++ b/scripts/core/bootstrap_shells.sh @@ -45,8 +45,10 @@ source "$FEISTY_MEOW_SCRIPTS/core/variables.sh" # create our common aliases. perl "$FEISTY_MEOW_SCRIPTS/core/generate_aliases.pl" -echo established these variables for feisty_meow assets: -echo ============== -cat "$GENERATED_FEISTY_MEOW_VARIABLES" -echo ============== +if [ ! -z "$SHELL_DEBUG" ]; then + echo established these variables for feisty_meow assets: + echo ============== + cat "$GENERATED_FEISTY_MEOW_VARIABLES" + echo ============== +fi