X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fvariables.sh;h=85fc0bbc4e6eb37d0d34c8e3ec9834933757aa3f;hb=df17f41c15355ffc9c26e2f1e4a03ed91ce7652b;hp=d3d12f2a4a6c711bb95df0cf49ff16f084f72d06;hpb=c5682f6ef10420df03c81463a0fe4c709450b823;p=feisty_meow.git diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index d3d12f2a..85fc0bbc 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -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.