mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
- fix create-locals-work helper script
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user