X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/62a8aa81ec93edf284b3ffcc065120b3fe303fb5..69822fd215cb15e1bb017f1af6f0a185f62a31e2:/scripts/installation_check.pl 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;