Change: Don't output line number if .cfg file can't be opened.
Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
7aaba0e0ae
commit
c2f107a55e
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ foreach (@Config) {
|
||||||
}
|
}
|
||||||
close FH;
|
close FH;
|
||||||
} else {
|
} else {
|
||||||
warn "Couldn't open $File.cfg: $!";
|
warn "Couldn't open $File.cfg: $!\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
$SupersedeMID = "" unless $Supersede;
|
$SupersedeMID = "" unless $Supersede;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue