diff options
Diffstat (limited to 'plugins-scripts/check_wave.pl')
-rwxr-xr-x | plugins-scripts/check_wave.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins-scripts/check_wave.pl b/plugins-scripts/check_wave.pl index 6d58e4f..a6b3d2d 100755 --- a/plugins-scripts/check_wave.pl +++ b/plugins-scripts/check_wave.pl | |||
@@ -4,8 +4,7 @@ | |||
4 | 4 | ||
5 | 5 | ||
6 | use strict; | 6 | use strict; |
7 | use FindBin; | 7 | use lib utils.pm; |
8 | use lib "$Findbin::Bin"; | ||
9 | use utils qw($TIMEOUT %ERRORS &print_revision &support); | 8 | use utils qw($TIMEOUT %ERRORS &print_revision &support); |
10 | use vars qw($PROGNAME); | 9 | use vars qw($PROGNAME); |
11 | use Getopt::Long; | 10 | use Getopt::Long; |
@@ -13,6 +12,7 @@ use vars qw($opt_V $opt_h $verbose $opt_w $opt_c $opt_H); | |||
13 | my (@test, $low1, $med1, $high1, $snr, $low2, $med2, $high2); | 12 | my (@test, $low1, $med1, $high1, $snr, $low2, $med2, $high2); |
14 | my ($low, $med, $high, $lowavg, $medavg, $highavg, $tot, $ss); | 13 | my ($low, $med, $high, $lowavg, $medavg, $highavg, $tot, $ss); |
15 | 14 | ||
15 | $PROGNAME = "check_wave"; | ||
16 | sub print_help (); | 16 | sub print_help (); |
17 | sub print_usage (); | 17 | sub print_usage (); |
18 | 18 | ||