forkAndExec -I buggo
This commit is contained in:
parent
21ae5f0094
commit
1de231b7d7
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ sub forkAndExec {
|
|||
my $id = $self->getId;
|
||||
my $class = ref $self;
|
||||
my $json = JSON::encode_json($request);
|
||||
my @inc = $class->cleanINC(@INC);
|
||||
my @inc = map { "-I$_" } $class->cleanINC(@INC);
|
||||
my @argv = (@inc, "-M$class", "-e$class->runCmd()" );
|
||||
$class->daemonize(
|
||||
$json,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue