From: Guenter Knauf Date: Thu, 22 Jul 2010 02:29:54 +0000 (+0200) Subject: Fixed script version which was still based on CVS Revision tag. X-Git-Tag: curl-7_21_1~81 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0fa4b41c2bb83ea53e66d3c4741e5ac8aee8d7a9;p=thirdparty%2Fcurl.git Fixed script version which was still based on CVS Revision tag. --- diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl index 8d461d0b70..3586dc4682 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');