undef the msg before reusing it
git-svn-id: http://emdebian.org/svn/current@7557 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
e141789f3e
commit
575ebe5c53
1 changed files with 1 additions and 1 deletions
|
@ -940,7 +940,7 @@ sub dump_config {
|
|||
if (not defined $dir or not defined $arch) {
|
||||
my $msg = sprintf(_g("The supplied configuration file '%s'".
|
||||
" cannot be parsed correctly."), $file);
|
||||
warn ("\n$msg\n");
|
||||
warn ("\n$msg\n\n");
|
||||
}
|
||||
@check=();
|
||||
%uniq=();
|
||||
|
|
Loading…
Reference in a new issue