Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
scripts/functions: export also PERL5LIB
Browse files Browse the repository at this point in the history
Before we only exported PERLLIB but that is not enough on
Fedora27. With PERL5LIB it works.
  • Loading branch information
pstorz committed Dec 21, 2017
1 parent cfbc393 commit 81fc24c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/functions
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,7 @@ export BAREOS_FD_PORT=$fdport
export BAREOS_SD_PORT=$sdport

export PERLLIB="$cwd"
export PERL5LIB="$cwd"
bperl="perl -Mscripts::functions"
export bperl

Expand Down

0 comments on commit 81fc24c

Please sign in to comment.