fixed a missing identifier in sprintf(). #109

This commit is contained in:
Jordi Sanfeliu 2015-09-17 15:34:48 +02:00
parent f20d0cfb7e
commit 6d3b030725
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ if(grep {$_ eq $config{os}} ("FreeBSD", "OpenBSD", "NetBSD")) {
$SIG{'CHLD'} = 'DEFAULT'; $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), $^V lt 5.6.2 ? "monitorix" : abs_path($0),
$options{c} ? "-c $options{c}" : "", $options{c} ? "-c $options{c}" : "",
$options{p} ? " -p $options{p}" : "", $options{p} ? " -p $options{p}" : "",