improved reload, where incorrect usage of alias on a function was just always reloadi...
[feisty_meow.git] / scripts / core / variables.sh
index 31da35faf7c2413186721c9bf70a33067ac7ce42..befd665c14e4aafaf77e3af5e362a15ff791b4cd 100644 (file)
@@ -207,6 +207,6 @@ for i in $FEISTY_MEOW_GENERATED/custom/*.sh; do
   if [ ! -z "$SHELL_DEBUG" ]; then
     echo "loading customization: $(basename $(dirname $i))/$(basename $i)"
   fi
-  source $i
+  source "$i"
 done