mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Fix a typo in pandora_exec.
This commit is contained in:
parent
7be5225429
commit
2480de2f9f
@ -36,7 +36,7 @@ my @opts = @ARGV;
|
|||||||
my $timeout = shift(@opts);
|
my $timeout = shift(@opts);
|
||||||
my $command;
|
my $command;
|
||||||
foreach my $arg (@opts) {
|
foreach my $arg (@opts) {
|
||||||
$command .= $^O ne 'MSWin32' ? quotemeta ($arg) . ' ' : '"' . $command . '" ';
|
$command .= $^O ne 'MSWin32' ? quotemeta ($arg) . ' ' : '"' . $arg . '" ';
|
||||||
}
|
}
|
||||||
chomp ($command);
|
chomp ($command);
|
||||||
my $output = '';
|
my $output = '';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user