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