Skip to content
Snippets Groups Projects
Unverified Commit fcc7d9a4 authored by boklm's avatar boklm
Browse files

bundle/set-env: unset PERL5LIB

A PERL5LIB directory containing modules built for an other version of
perl could cause problems.
parent d01a56de
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,7 @@ basedir="$(abs_dir ${BASH_SOURCE%/*})"
[% IF ! c("var/cygwin") %]
export PATH="$basedir/perl/bin:$basedir/ImageMagick/bin:$PATH"
export [% IF c("var/osx") %]DY[% END %]LD_LIBRARY_PATH="$basedir/ImageMagick/lib"
unset PERL5LIB
[% ELSE %]
export PERL5LIB="$basedir/perl/lib/perl5"
[% END %]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment