mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
plugins: another round of defined(@array) fixing
This commit is contained in:
parent
c9cc2f27f6
commit
a975706fff
2 changed files with 2 additions and 2 deletions
|
@ -242,7 +242,7 @@ sub populate_stats
|
|||
# Bail-function.
|
||||
sub usage
|
||||
{
|
||||
if (defined(@_) && "@_" ne "") {
|
||||
if (@_ && "@_" ne "") {
|
||||
print STDERR "@_" . "\n\n";
|
||||
}
|
||||
print STDERR "Known arguments: suggest, config, autoconf.\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue