1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

fixed version var.

This commit is contained in:
Gunter Knauf 2008-02-15 00:41:54 +00:00
parent ecc75be6f3
commit cfaf88aab4

View File

@ -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! # If the OpenSSL commandline is not in search path you can configure it here!
my $openssl = 'openssl'; my $openssl = 'openssl';
my $version = '$Revision$'; my $version = $1 if ('$Revision$' =~ /\s(\d+\.\d+)\s/);
getopts('bhilnqtuv'); getopts('bhilnqtuv');