diff options
Diffstat (limited to 'plugins-scripts/check_flexlm.pl')
-rwxr-xr-x | plugins-scripts/check_flexlm.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins-scripts/check_flexlm.pl b/plugins-scripts/check_flexlm.pl index 595a0b3..6bda29b 100755 --- a/plugins-scripts/check_flexlm.pl +++ b/plugins-scripts/check_flexlm.pl | |||
@@ -33,10 +33,11 @@ | |||
33 | use strict; | 33 | use strict; |
34 | use Getopt::Long; | 34 | use Getopt::Long; |
35 | use vars qw($opt_V $opt_h $opt_F $verbose $PROGNAME); | 35 | use vars qw($opt_V $opt_h $opt_F $verbose $PROGNAME); |
36 | use FindBin ; | 36 | use lib utils.pm; |
37 | use lib "$FindBin::Bin"; | ||
38 | use utils qw($TIMEOUT %ERRORS &print_revision &support &usage); | 37 | use utils qw($TIMEOUT %ERRORS &print_revision &support &usage); |
39 | 38 | ||
39 | $PROGNAME="check_flexlm"; | ||
40 | |||
40 | sub print_help (); | 41 | sub print_help (); |
41 | sub print_usage (); | 42 | sub print_usage (); |
42 | 43 | ||