From 6462b2a69db79f4b974763f7740818569089c569 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 17 Jun 2022 12:59:21 -0400 Subject: [PATCH] turned off debug noise --- scripts/core/variables.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.34.1