Pass module path to local perl

This commit is contained in:
Alessandro Ranellucci 2017-03-06 16:35:58 +01:00 committed by GitHub
parent c6034bbddf
commit b0d2644e06

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
DIR=$(dirname "$0") DIR=$(dirname "$0")
$DIR/perl $DIR/slic3r.pl $@ $DIR/perl-local -I$DIR/local-lib/lib/perl5 $DIR/slic3r.pl $@