nice new tester for archives, plus a renaming.
[feisty_meow.git] / scripts / core / bootstrap_shells.sh
index a4031bcaf37bb5176674de6da9727a69f456c1dd..227aeb067d01965dc1929a02cf4ccb16f399ebca 100644 (file)
@@ -15,7 +15,9 @@ THIS_TOOL_NAME="$(basename "$0")"
 
 # set up the feisty_meow dir.
 pushd "$CORE_SCRIPTS_DIR/../.." &>/dev/null
-export FEISTY_MEOW_DIR="$(pwd)"
+source "$CORE_SCRIPTS_DIR/functions.sh"
+
+export FEISTY_MEOW_DIR="$(\pwd)"
 popd &>/dev/null
 
 export FEISTY_MEOW_SCRIPTS="$FEISTY_MEOW_DIR/scripts"
@@ -39,7 +41,7 @@ for i in FEISTY_MEOW_DIR FEISTY_MEOW_SCRIPTS FEISTY_MEOW_GENERATED; do
   echo "export $i=${!i}" >>"$GENERATED_FEISTY_MEOW_VARIABLES"
 done
 
-# load our variables so we get a useful PERLLIB variable.
+# load our variables so we can run our perl scripts successfully.
 source "$FEISTY_MEOW_SCRIPTS/core/variables.sh"
 
 # create our common aliases.