turned off debug noise
authorChris Koeritz <fred@gruntose.com>
Fri, 17 Jun 2022 16:59:21 +0000 (12:59 -0400)
committerChris Koeritz <fred@gruntose.com>
Fri, 17 Jun 2022 16:59:21 +0000 (12:59 -0400)
scripts/core/variables.sh

index fb03b6cd9cf28523f1ebe6839805ed61af4b023b..aa81598c931abede077fafde8c44d045b78631b8 100644 (file)
@@ -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