using the variables script in our bootstrap, since otherwise PERLLIB isn't set yet.
[feisty_meow.git] / scripts / core / bootstrap_shells.sh
index 5c9b4941893663110ff09a56417bfe24187931ff..6f052e72a952738833feef7661fd3474480c0bcc 100644 (file)
@@ -37,6 +37,9 @@ 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.
+source "$FEISTY_MEOW_SCRIPTS/core/variables.sh"
+
 # create our common aliases.
 perl "$FEISTY_MEOW_SCRIPTS/core/generate_aliases.pl"