From cfaf88aab4a2631a3b2e2097e44c45b9c685916f Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Fri, 15 Feb 2008 00:41:54 +0000 Subject: fixed version var. --- lib/mk-ca-bundle.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- cgit v1.2.3