From 94e9c45fe1a702e5ea67d00409ecf0f02a3963d9 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Fri, 13 May 2016 19:14:17 +0200 Subject: [PATCH] fix create-locals-work helper script Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/7ae264d5039f1ed38681320594d0e36b427844b7 Author: vanhofen Date: 2016-05-13 (Fri, 13 May 2016) Origin message was: ------------------ - fix create-locals-work helper script ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- data/locale/helpers/create-locals-work | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/locale/helpers/create-locals-work b/data/locale/helpers/create-locals-work index cb0a755ef..6e1479338 100755 --- a/data/locale/helpers/create-locals-work +++ b/data/locale/helpers/create-locals-work @@ -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";