using the variables script in our bootstrap, since otherwise PERLLIB isn't set yet.
[feisty_meow.git] / scripts / core / variables.sh
index d3d12f2a4a6c711bb95df0cf49ff16f084f72d06..85fc0bbc4e6eb37d0d34c8e3ec9834933757aa3f 100644 (file)
@@ -107,12 +107,6 @@ export PERLLIB
 if [ "$OS" != "Windows_NT" ]; then
   PERLLIB+="/usr/lib/perl5"
 else
-
-#echo "the scripts dir is $FEISTY_MEOW_SCRIPTS"
-#  FEISTY_MEOW_SCRIPTS="$(echo $FEISTY_MEOW_SCRIPTS | sed -e 's/\\/\//g')"
-#  FEISTY_MEOW_SCRIPTS="$FEISTY_MEOW_SCRIPTS"
-#echo "the scripts dir is now $FEISTY_MEOW_SCRIPTS"
-
   export PERLIO=:perlio
     # choose perl's IO over the ms-windows version so we can handle file
     # bytes properly.