From: Gunter Knauf Date: Sat, 9 Feb 2008 15:00:07 +0000 (+0000) Subject: fixed wrong var in error message. X-Git-Tag: upstream/7.37.1~8098 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63d595a047d852aa82d3829c7fa6a6d7c8306dea;p=platform%2Fupstream%2Fcurl.git fixed wrong var in error message. --- diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl index 9357e3c..496d8de 100755 --- a/lib/mk-ca-bundle.pl +++ b/lib/mk-ca-bundle.pl @@ -143,7 +143,7 @@ while () { print CRT "\n"; print CRT "$val\n"; print CRT ("=" x length($val) . "\n"); - close(CRT) or die "Couldn't close $file: $!"; + close(CRT) or die "Couldn't close $crt: $!"; open(TMP, ">$tmp") or die "Couldn't open $tmp: $!"; print TMP "$val\n"; print TMP "-----BEGIN CERTIFICATE-----\n";