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 @@ use strict; use Getopt::Long; -use vars qw($opt_V $opt_h $opt_H $opt_w $opt_c $PROGNAME); +use vars qw($opt_V $opt_h $opt_w $opt_c $opt_H $opt_C $PROGNAME); use lib utils.pm ; use utils qw(%ERRORS &print_revision &support &usage);