fix create-locals-work helper script

Origin commit data
------------------
Commit: 7ae264d503
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-05-13 (Fri, 13 May 2016)

Origin message was:
------------------
- fix create-locals-work helper script
This commit is contained in:
vanhofen
2016-05-13 19:14:17 +02:00
parent ad4b6a897a
commit cfb34b2ea8

View File

@@ -49,7 +49,7 @@ foreach $term (sort keys %master) {
}
}
if ($no_errors == 0) {}
if ($no_errors == 0) {
unlink($outfilename);
} else {
print "There were ", $no_errors, " error(s) in ", $localefilename, ".\n";