From a8c71961e0522a0eb30d5037156d26df96379cbc Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Sat, 9 Feb 2008 15:32:54 +0000 Subject: [PATCH] fixed another wrong var in error message. --- lib/mk-ca-bundle.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: $!";