From: Gunter Knauf Date: Sat, 9 Feb 2008 15:32:54 +0000 (+0000) Subject: fixed another wrong var in error message. X-Git-Tag: curl-7_18_1~138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8c71961e0522a0eb30d5037156d26df96379cbc;p=curl fixed another wrong var in error message. --- diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl index 496d8def4..a96c22179 100755 --- a/lib/mk-ca-bundle.pl +++ b/lib/mk-ca-bundle.pl @@ -104,7 +104,7 @@ EOT close(CRT) or die "Couldn't close $crt: $!"; my $certnum; -open(TXT,"$txt") or die "Couldn't open $file: $!"; +open(TXT,"$txt") or die "Couldn't open $txt: $!"; while () { if (/\*\*\*\*\* BEGIN LICENSE BLOCK \*\*\*\*\*/) { open(CRT, ">>$crt") or die "Couldn't open $crt: $!";