From: Chris Koeritz Date: Fri, 17 Jun 2022 16:59:21 +0000 (-0400) Subject: turned off debug noise X-Git-Tag: 2.140.136^2~25 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=6462b2a69db79f4b974763f7740818569089c569 turned off debug noise --- diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index fb03b6cd..aa81598c 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -191,8 +191,9 @@ define_yeti_variable DEFAULT_FEISTYMEOW_ORG_DIR=/opt/feistymeow.org # variables for perl. if [[ $PERLLIB =~ .*$FEISTY_MEOW_SCRIPTS.* ]]; then -#if debug! - echo skipping PERLLIB since already mentions feisty meow scripts. + if [ ! -z "$DEBUG_FEISTY_MEOW" ]; then + echo skipping PERLLIB since already mentions feisty meow scripts. + fi else define_yeti_variable PERLLIB+="/usr/lib/perl5" if [ "$OS" == "Windows_NT" ]; then