X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fvariables.sh;h=c51490ba690cab30b890ae6e5337d15328c76dff;hb=de0da7f2f7958d4ba652ff2ef5c79991700141ac;hp=fb03b6cd9cf28523f1ebe6839805ed61af4b023b;hpb=2c17bf0495b27b67b0ba655b18fbb2f723071698;p=feisty_meow.git diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index fb03b6cd..c51490ba 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash ############## @@ -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