From: Gunter Knauf Date: Sat, 9 Feb 2008 15:00:07 +0000 (+0000) Subject: fixed wrong var in error message. X-Git-Tag: curl-7_18_1~140 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63d595a047d852aa82d3829c7fa6a6d7c8306dea;p=curl fixed wrong var in error message. --- diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl index 9357e3c3d..496d8def4 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";