# Set up the temporary directory.
source $FEISTY_MEOW_SCRIPTS/core/create_tempdir.sh
- ##############
+fi
- # load the larger body of standard feisty meow variables into the environment.
- source $FEISTY_MEOW_SCRIPTS/core/variables.sh
+##############
-fi
+# load the larger body of standard feisty meow variables into the environment.
+# we actually want this to always run also; it will decide what variables need
+# to be set again.
+source $FEISTY_MEOW_SCRIPTS/core/variables.sh
##############
if [ ! -z "$SHELL_DEBUG" ]; then echo variables initialization ends....; fi
-else
- # we are seeing this lot again, we believe, so make things easier for the
- # rest of initialization.
- export LIGHTWEIGHT_INIT=true
- if [ ! -z "$SHELL_DEBUG" ]; then
- echo skipped var init and put in lightweight mode due to belief in previous existence.;
-fi
fi