X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcustomize%2Ffred%2Fjava_profile.sh;h=ba26b72ae5f717f844d476558574992b79c92326;hb=b837366984a747dfd94b2dd5d06006e0ccf5bb19;hp=30128a22c96e3b6958d995611914e369df750237;hpb=450337ae1ed04f16ee6e4889532a0b497b34674a;p=feisty_meow.git diff --git a/scripts/customize/fred/java_profile.sh b/scripts/customize/fred/java_profile.sh index 30128a22..ba26b72a 100644 --- a/scripts/customize/fred/java_profile.sh +++ b/scripts/customize/fred/java_profile.sh @@ -6,14 +6,14 @@ ############################ -source $FEISTY_MEOW_SCRIPTS/core/functions.sh +source "$FEISTY_MEOW_SCRIPTS/core/functions.sh" # this reports when we have totally failed to figure out where a folder # is actually located on the machine. function intuition_failure() { missing="$1"; shift - if [ ! -z "$SHELL_DEBUG" ]; then + if [ ! -z "$DEBUG_FEISTY_MEOW" ]; then echo "Could not intuit '$missing' variable." fi # remove the variable because its value is busted.