summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2004-02-21 03:50:00 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2004-02-21 03:50:00 (GMT)
commit815070274fe67c140d5e9a0fc4b388fc7d61232e (patch)
tree497ecd28cddb55b189a810e5caea77086fca908f
parent6df5e5c4cd1457b688cc881ed91230b7c59e0eb0 (diff)
downloadmonitoring-plugins-815070274fe67c140d5e9a0fc4b388fc7d61232e.tar.gz
add $opt_C to 'use vars' (report 882381 and patch form Jason Martin)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/release-1.3.0@822 f882894a-f735-0410-b71e-b25c423dba1c
-rwxr-xr-xplugins-scripts/check_breeze.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-scripts/check_breeze.pl b/plugins-scripts/check_breeze.pl
index 68cdbe8..0e9cffb 100755
--- a/plugins-scripts/check_breeze.pl
+++ b/plugins-scripts/check_breeze.pl
@@ -3,7 +3,7 @@
3 3
4use strict; 4use strict;
5use Getopt::Long; 5use Getopt::Long;
6use vars qw($opt_V $opt_h $opt_H $opt_w $opt_c $PROGNAME); 6use vars qw($opt_V $opt_h $opt_w $opt_c $opt_H $opt_C $PROGNAME);
7use lib utils.pm ; 7use lib utils.pm ;
8use utils qw(%ERRORS &print_revision &support &usage); 8use utils qw(%ERRORS &print_revision &support &usage);
9 9