From: Guenter Knittel Date: Fri, 12 Jan 2018 10:01:33 +0000 (+0100) Subject: add new lib path to perl X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=1a1459f06c698bd441f7d910a8d18ae8ce46a9fd;p=trb3.git add new lib path to perl --- diff --git a/scripts/compile.pl b/scripts/compile.pl index e2f605b..75c6b5d 100755 --- a/scripts/compile.pl +++ b/scripts/compile.pl @@ -6,6 +6,7 @@ use FileHandle; use Getopt::Long; use Term::ANSIColor qw(:constants); use Cwd; +use lib '.'; ################################################################################### #Settings for this project