Commit a8c71961 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

fixed another wrong var in error message.

parent d6f47cc6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: $!";