mirror of https://github.com/mikaku/Monitorix.git
fixed a missing identifier in sprintf(). #109
This commit is contained in:
parent
f20d0cfb7e
commit
6d3b030725
|
@ -446,7 +446,7 @@ if(grep {$_ eq $config{os}} ("FreeBSD", "OpenBSD", "NetBSD")) {
|
|||
$SIG{'CHLD'} = 'DEFAULT';
|
||||
}
|
||||
|
||||
$0 = sprintf("%s %s%s%s%s",
|
||||
$0 = sprintf("%s %s%s%s%s%s",
|
||||
$^V lt 5.6.2 ? "monitorix" : abs_path($0),
|
||||
$options{c} ? "-c $options{c}" : "",
|
||||
$options{p} ? " -p $options{p}" : "",
|
||||
|
|
Loading…
Reference in New Issue