aboutsummaryrefslogtreecommitdiff
path: root/lib/mk-ca-bundle.pl
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2010-07-22 04:29:54 +0200
committerGuenter Knauf <lists@gknw.net>2010-07-22 04:29:54 +0200
commit0fa4b41c2bb83ea53e66d3c4741e5ac8aee8d7a9 (patch)
treed55509633bc794135147111b79471b23e94370ed /lib/mk-ca-bundle.pl
parent7d166b0ef609d379d19e0c51b77a005235419d92 (diff)
Fixed script version which was still based on CVS Revision tag.
Diffstat (limited to 'lib/mk-ca-bundle.pl')
-rwxr-xr-xlib/mk-ca-bundle.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl
index 8d461d0b7..3586dc468 100755
--- a/lib/mk-ca-bundle.pl
+++ b/lib/mk-ca-bundle.pl
@@ -40,7 +40,7 @@ my $url = 'http://mxr.mozilla.org/seamonkey/source/security/nss/lib/ckfw/builtin
# If the OpenSSL commandline is not in search path you can configure it here!
my $openssl = 'openssl';
-my $version = $1 if ('$Revision$' =~ /\s(\d+\.\d+)\s/);
+my $version = '1.14';
getopts('bhilnqtuv');