aboutsummaryrefslogtreecommitdiff
path: root/lib/mk-ca-bundle.pl
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2008-02-09 15:32:54 +0000
committerGunter Knauf <gk@gknw.de>2008-02-09 15:32:54 +0000
commita8c71961e0522a0eb30d5037156d26df96379cbc (patch)
treec55cccb7ac27510b25481e1582cedd9ad11d5d66 /lib/mk-ca-bundle.pl
parentd6f47cc60c53a102413b1fd1762e7606ddf0bd03 (diff)
fixed another wrong var in error message.
Diffstat (limited to 'lib/mk-ca-bundle.pl')
-rwxr-xr-xlib/mk-ca-bundle.pl2
1 files changed, 1 insertions, 1 deletions
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 (<TXT>) {
if (/\*\*\*\*\* BEGIN LICENSE BLOCK \*\*\*\*\*/) {
open(CRT, ">>$crt") or die "Couldn't open $crt: $!";