From: Gunter Knauf Date: Sat, 9 Feb 2008 15:32:54 +0000 (+0000) Subject: fixed another wrong var in error message. X-Git-Tag: upstream/7.37.1~8096 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8c71961e0522a0eb30d5037156d26df96379cbc;p=platform%2Fupstream%2Fcurl.git fixed another wrong var in error message. --- diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl index 496d8de..a96c221 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: $!";