summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/genlang4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/genlang b/tools/genlang
index e20ed637d1..965c187f81 100755
--- a/tools/genlang
+++ b/tools/genlang
@@ -232,7 +232,9 @@ if($english) {
232 232
233 print STDERR "DEST: \"$dest\" for $name / $id\n"; 233 print STDERR "DEST: \"$dest\" for $name / $id\n";
234 234
235 if($dest && ($dest ne "none")) { 235 if($update || ($dest && ($dest ne "none"))) {
236 # we unconditionally always use all IDs when the "update"
237 # feature is used
236 $id = $maybeid; 238 $id = $maybeid;
237 print STDERR "DEST: use this id $id\n"; 239 print STDERR "DEST: use this id $id\n";
238 } 240 }