X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=scripts%2Fspawn_oo.pl;h=9e2f80739d989aacda1268df9f134af6c875fee4;hb=afe394e13b5d0235b2d133575f622743714644b0;hp=387961e2e67dca2f9e5b9302d4a224c5acb10106;hpb=ee736cda7e6e5ff820febb3ce4b66ad5fb71e32a;p=kivitendo-erp.git diff --git a/scripts/spawn_oo.pl b/scripts/spawn_oo.pl index 387961e2e..9e2f80739 100755 --- a/scripts/spawn_oo.pl +++ b/scripts/spawn_oo.pl @@ -1,5 +1,9 @@ #!/usr/bin/perl +BEGIN { + push(@INC, "modules"); +} + use DBI; use Data::Dumper; @@ -21,8 +25,6 @@ require "lx-erp.conf"; $form = new Form; $form->{"script"} = "oe.pl"; -$form->{"path"} = "bin/mozilla"; - $ENV{'HOME'} = getcwd() . "/$userspath";