summaryrefslogtreecommitdiffstats
path: root/contrib/check_oracle_tbs
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/check_oracle_tbs')
-rw-r--r--contrib/check_oracle_tbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/check_oracle_tbs b/contrib/check_oracle_tbs
index 0efdd1e..8281a4e 100644
--- a/contrib/check_oracle_tbs
+++ b/contrib/check_oracle_tbs
@@ -30,7 +30,7 @@ if (!$ENV{ORACLE_HOME}) {
30my $state = $ERRORS{'UNKNOWN'}; 30my $state = $ERRORS{'UNKNOWN'};
31my $answer = undef; 31my $answer = undef;
32 32
33my ($MAJOR_VERSION, $MINOR_VERSION) = q$Revision$ =~ /(\d+)\.(\d+)/; 33my ($MAJOR_VERSION, $MINOR_VERSION) = q$Revision: 1134 $ =~ /(\d+)\.(\d+)/;
34my $VERSION = sprintf("%d.%02d", $MAJOR_VERSION - 1, $MINOR_VERSION); 34my $VERSION = sprintf("%d.%02d", $MAJOR_VERSION - 1, $MINOR_VERSION);
35 35
36my $opt_debug; # -d|--debug 36my $opt_debug; # -d|--debug