X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fvariables.sh;h=36069c07b3f62f2a20b891b73baaf6c1645d43d8;hb=6c098e82fd059487b6097d31cdf8e199de7d792e;hp=3a26777f63b0339a31629d9b7cfd180b3eee2cc7;hpb=cb1380834ef1db724f4e71ce80aabee0f23e9043;p=feisty_meow.git diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index 3a26777f..36069c07 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -85,7 +85,7 @@ fi ############################################################################## # pull in the custom overrides for feisty_meow scripts. -for i in $FEISTY_MEOW_SCRIPTS/custom/*.sh; do +for i in $FEISTY_MEOW_GENERATED/custom/*.sh; do if [ ! -z "$SHELL_DEBUG" ]; then echo "loading customization: $(basename $(dirname $i))/$(basename $i)" fi