From: Chris Koeritz Date: Sun, 17 Apr 2016 21:30:36 +0000 (-0400) Subject: updated for perl5 lib path. X-Git-Tag: 2.140.90~528 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=d6088a53a31d01e8acc930658a835e1002d0b8e8;p=feisty_meow.git updated for perl5 lib path. --- 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