locale: improve maintainer-targets

Origin commit data
------------------
Branch: ni/coolstream
Commit: 22bafbcfc7
Author: vanhofen <vanhofen@gmx.de>
Date: 2012-10-25 (Thu, 25 Oct 2012)

Origin message was:
------------------
- locale: improve maintainer-targets

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2012-10-25 10:43:56 +02:00
parent 33c7b51731
commit 45a31d20d2
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);