Skip to content

Commit

Permalink
Force perl5 into main env
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Sep 29, 2016
1 parent b1883a3 commit 9a40138
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,13 @@ PERLROOT=$INST_PATH/lib/perl5

# allows user to knowingly specify other PERL5LIB areas.
if [ -z ${CGP_PERLLIBS+x} ]; then
export PERL5LIB="$PERLROOT"
PERL5LIB="$PERLROOT"
else
export PERL5LIB="$PERLROOT:$CGP_PERLLIBS"
PERL5LIB="$PERLROOT:$CGP_PERLLIBS"
fi

export PERL5LIB=$PERL5LIB

#add bin path for install tests
export PATH=$INST_PATH/bin:$PATH

Expand Down

0 comments on commit 9a40138

Please sign in to comment.