diff options
Diffstat (limited to 'plugins-scripts/check_mssql.pl')
| -rwxr-xr-x | plugins-scripts/check_mssql.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins-scripts/check_mssql.pl b/plugins-scripts/check_mssql.pl index 1f387884..fb3952d4 100755 --- a/plugins-scripts/check_mssql.pl +++ b/plugins-scripts/check_mssql.pl | |||
| @@ -31,7 +31,6 @@ use DBD::Sybase; | |||
| 31 | use Getopt::Long; | 31 | use Getopt::Long; |
| 32 | use FindBin; | 32 | use FindBin; |
| 33 | use lib "$FindBin::Bin"; | 33 | use lib "$FindBin::Bin"; |
| 34 | use lib '@libexecdir@'; | ||
| 35 | use utils qw($TIMEOUT %ERRORS &print_revision &support); | 34 | use utils qw($TIMEOUT %ERRORS &print_revision &support); |
| 36 | use strict; | 35 | use strict; |
| 37 | 36 | ||
| @@ -131,7 +130,7 @@ sub process_arguments { | |||
| 131 | 130 | ||
| 132 | if (defined $opt_V) { | 131 | if (defined $opt_V) { |
| 133 | print_revision($PROGNAME,'@NP_VERSION@'); | 132 | print_revision($PROGNAME,'@NP_VERSION@'); |
| 134 | exit $ERRORS{'OK'}; | 133 | exit $ERRORS{'UNKNOWN'}; |
| 135 | } | 134 | } |
| 136 | 135 | ||
| 137 | syntax("Help:") if ($help); | 136 | syntax("Help:") if ($help); |
