- locale: improve maintainer-targets

This commit is contained in:
svenhoefer
2012-10-25 10:43:56 +02:00
parent dc8ddc5325
commit 22bafbcfc7
3 changed files with 18 additions and 12 deletions

View File

@@ -43,7 +43,7 @@ while (<masterfile>) {
close(outfile);
print "There were ", $no_errors, " error(s).\n";
print "There were ", $no_errors, " error(s) in ", $localefilename, ".\n";
if ($no_errors == 0) {
unlink($outfilename);