diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-12-28 11:11:17 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-12-28 11:11:17 +0100 |
commit | 145dca1437b1fd548eb9cc6dc2643ea3d572a880 (patch) | |
tree | 5bf61a055cdf2817b0684f35fb0ddfb424c4c18f | |
parent | aab36b81bd8ee4beadc2a6ea6cebec7c2c9fcf0a (diff) | |
download | bin-145dca1437b1fd548eb9cc6dc2643ea3d572a880.tar.gz bin-145dca1437b1fd548eb9cc6dc2643ea3d572a880.tar.xz |
cpanp: Ignore local lib dir
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-x | cpanp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ #!/bin/bash -unset PERL_MB_OPT PERL_MM_OPT +unset PERL_MB_OPT PERL_MM_OPT PERL5LIB exec /usr/bin/vendor_perl/cpanp "$@" |