Skip to content

Commit

Permalink
Merge pull request #7326 from gurevichmark/perl_5_libpath2
Browse files Browse the repository at this point in the history
Add Perl library path to xcat.csh
  • Loading branch information
besawn committed Feb 1, 2023
2 parents fb11f15 + 3cc4a39 commit ab0ac29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xCAT-client/xCAT-client.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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.*
Expand Down

0 comments on commit ab0ac29

Please sign in to comment.