From d6088a53a31d01e8acc930658a835e1002d0b8e8 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 17 Apr 2016 17:30:36 -0400 Subject: [PATCH] updated for perl5 lib path. --- scripts/core/variables.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1