diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2004-02-21 03:50:00 +0000 |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2004-02-21 03:50:00 +0000 |
commit | 815070274fe67c140d5e9a0fc4b388fc7d61232e (patch) | |
tree | 497ecd28cddb55b189a810e5caea77086fca908f | |
parent | 6df5e5c4cd1457b688cc881ed91230b7c59e0eb0 (diff) | |
download | monitoring-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-x | plugins-scripts/check_breeze.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-scripts/check_breeze.pl b/plugins-scripts/check_breeze.pl index 68cdbe8c..0e9cffb8 100755 --- a/plugins-scripts/check_breeze.pl +++ b/plugins-scripts/check_breeze.pl | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | use strict; | 4 | use strict; |
5 | use Getopt::Long; | 5 | use Getopt::Long; |
6 | use vars qw($opt_V $opt_h $opt_H $opt_w $opt_c $PROGNAME); | 6 | use vars qw($opt_V $opt_h $opt_w $opt_c $opt_H $opt_C $PROGNAME); |
7 | use lib utils.pm ; | 7 | use lib utils.pm ; |
8 | use utils qw(%ERRORS &print_revision &support &usage); | 8 | use utils qw(%ERRORS &print_revision &support &usage); |
9 | 9 | ||