summaryrefslogtreecommitdiffstats
path: root/plugins-scripts/check_flexlm.pl
diff options
context:
space:
mode:
Diffstat (limited to 'plugins-scripts/check_flexlm.pl')
-rwxr-xr-xplugins-scripts/check_flexlm.pl5
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 @@
33use strict; 33use strict;
34use Getopt::Long; 34use Getopt::Long;
35use vars qw($opt_V $opt_h $opt_F $verbose $PROGNAME); 35use vars qw($opt_V $opt_h $opt_F $verbose $PROGNAME);
36use FindBin ; 36use lib utils.pm;
37use lib "$FindBin::Bin";
38use utils qw($TIMEOUT %ERRORS &print_revision &support &usage); 37use utils qw($TIMEOUT %ERRORS &print_revision &support &usage);
39 38
39$PROGNAME="check_flexlm";
40
40sub print_help (); 41sub print_help ();
41sub print_usage (); 42sub print_usage ();
42 43