mirror of
https://github.com/curl/curl.git
synced 2026-07-23 13:17:18 +03:00
fixed version var.
This commit is contained in:
parent
ecc75be6f3
commit
cfaf88aab4
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue