X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a7b15deeb326dc689e3a1593e4395163d78b3d6e..3f65b4fbe2856d5ab0a6a4ccee20c1a44d9d0cd1:/scripts/installation_check.pl?ds=sidebyside diff --git a/scripts/installation_check.pl b/scripts/installation_check.pl index 875c5651d..bddb2d92a 100755 --- a/scripts/installation_check.pl +++ b/scripts/installation_check.pl @@ -1,5 +1,9 @@ #!/usr/bin/perl -w +BEGIN { + push(@INC, "modules"); +} + use SL::InstallationCheck; $| = 1;