diff options
author | Gunter Knauf <gk@gknw.de> | 2008-02-15 00:41:54 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2008-02-15 00:41:54 +0000 |
commit | cfaf88aab4a2631a3b2e2097e44c45b9c685916f (patch) | |
tree | 78066ef4d9d4eeac932d07f31295ad529973ca3a /lib/mk-ca-bundle.pl | |
parent | ecc75be6f37448520546f30bfe516068fa0220db (diff) |
fixed version var.
Diffstat (limited to 'lib/mk-ca-bundle.pl')
-rwxr-xr-x | lib/mk-ca-bundle.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl index a51b2d3cb..08568e3b8 100755 --- a/lib/mk-ca-bundle.pl +++ b/lib/mk-ca-bundle.pl @@ -41,7 +41,7 @@ my $url = 'http://lxr.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 = '$Revision$'; +my $version = $1 if ('$Revision$' =~ /\s(\d+\.\d+)\s/); getopts('bhilnqtuv'); |