]> granicus.if.org Git - curl/commitdiff
fixed version var.
authorGunter Knauf <gk@gknw.de>
Fri, 15 Feb 2008 00:41:54 +0000 (00:41 +0000)
committerGunter Knauf <gk@gknw.de>
Fri, 15 Feb 2008 00:41:54 +0000 (00:41 +0000)
lib/mk-ca-bundle.pl

index a51b2d3cb34a05827b044310ddc970fb3084a966..08568e3b8b8b456e002b7059850b274f0c0a0e2d 100755 (executable)
@@ -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');