moving custom directory to under generated folder
[feisty_meow.git] / scripts / core / variables.sh
index 3a26777f63b0339a31629d9b7cfd180b3eee2cc7..36069c07b3f62f2a20b891b73baaf6c1645d43d8 100644 (file)
@@ -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