From 3cc4a39c84b2cfb4f08e0a3c1ccb2f6c4e179677 Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Wed, 1 Feb 2023 16:05:24 -0500 Subject: [PATCH] Add Perl library path to xcat.csh --- xCAT-client/xCAT-client.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-client/xCAT-client.spec b/xCAT-client/xCAT-client.spec index a2ecbf2bf..8ed907edf 100644 --- a/xCAT-client/xCAT-client.spec +++ b/xCAT-client/xCAT-client.spec @@ -345,7 +345,7 @@ setenv PERL_BADLANG 0 # If /usr/local/share/perl5 is not already in @INC, add it to PERL5LIB perl -e "print \"@INC\"" | egrep "(^|\W)/usr/local/share/perl5($| )" > /dev/null if [ \$? = 1 ]; then - setenv PERL5LIB /usr/local/share/perl5:\$PERL5LIB + setenv PERL5LIB /usr/local/share/perl5:\${PERL5LIB} fi EOF chmod 755 /etc/profile.d/xcat.*