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

fixed another wrong var in error message.

This commit is contained in:
Gunter Knauf 2008-02-09 15:32:54 +00:00
parent d6f47cc60c
commit a8c71961e0

View File

@ -104,7 +104,7 @@ EOT
close(CRT) or die "Couldn't close $crt: $!"; close(CRT) or die "Couldn't close $crt: $!";
my $certnum; my $certnum;
open(TXT,"$txt") or die "Couldn't open $file: $!"; open(TXT,"$txt") or die "Couldn't open $txt: $!";
while (<TXT>) { while (<TXT>) {
if (/\*\*\*\*\* BEGIN LICENSE BLOCK \*\*\*\*\*/) { if (/\*\*\*\*\* BEGIN LICENSE BLOCK \*\*\*\*\*/) {
open(CRT, ">>$crt") or die "Couldn't open $crt: $!"; open(CRT, ">>$crt") or die "Couldn't open $crt: $!";