X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fvariables.sh;h=f8004df59feb1d0e83d93530616dfdf76fcc3b7e;hb=2ce3769d78d139d8dfa0361eb0b62f8b6e6b1115;hp=21f874122e454b71b7ba8c5185fbf9b226dd2207;hpb=9d1052f9cae51864e8fb39d3f34048952b169cf4;p=feisty_meow.git diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index 21f87412..f8004df5 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -152,6 +152,7 @@ if [ -z "$NECHUNG" ]; then # variables for perl. define_yeti_variable PERLLIB+="/usr/lib/perl5" + define_yeti_variable PERL5LIB+="/usr/lib/perl5" if [ "$OS" == "Windows_NT" ]; then define_yeti_variable PERLIO=:perlio # choose perl's IO over the ms-windows version so we can handle file @@ -166,6 +167,7 @@ if [ -z "$NECHUNG" ]; then ls $i/*.pl &>/dev/null if [ $? -eq 0 ]; then PERLLIB+=":$(dos_to_unix_path $i)" + PERL5LIB+=":$(dos_to_unix_path $i)" fi fi done