Skip to content

Commit 88b915d

Browse files
committed
BiodiverseGUI.pl: no use rlib under PAR
1 parent 8510bda commit 88b915d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/BiodiverseGUI.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ BEGIN
5050

5151

5252
# add the lib folder if needed
53-
use rlib;
53+
use if !$ENV{PAR_0} => 'rlib';
5454

5555
say '@INC: ', join q{ }, @INC;
5656

0 commit comments

Comments
 (0)