undef the msg before reusing it

git-svn-id: http://emdebian.org/svn/current@7557 563faec7-e20c-0410-992a-a66f704d0ccd
main
codehelp 14 years ago
parent e141789f3e
commit 575ebe5c53

@ -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…
Cancel
Save