fixed a couple more things that needed to be set again.
authorChris Koeritz <fred@gruntose.com>
Thu, 23 Feb 2012 16:47:25 +0000 (11:47 -0500)
committerChris Koeritz <fred@gruntose.com>
Thu, 23 Feb 2012 16:47:25 +0000 (11:47 -0500)
scripts/core/launch_feisty_meow.sh
scripts/core/variables.sh

index d6aed1e00ee7d10de54efbdbae35b345b413f0f2..e3f7d2ea57b880eeb12ffc44d6cd14f4606e4449 100644 (file)
@@ -41,12 +41,14 @@ if [ -z "$FEISTY_MEOW_GENERATED" ]; then
   # 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
 
 ##############
   
index 67144bbaefc94583a4b724bde816f0418ddae7cb..34198620eecba0e0eb2dedced354e6185892bb92 100644 (file)
@@ -200,12 +200,5 @@ if [ -z "$NECHUNG" ]; then
   
   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