From fcd3a49b50b15097bb3f7bc34ba022abce19184f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 26 Jun 2007 08:44:59 +0000 Subject: attempt to fix -u git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13721 a1c6a512-1295-4272-9138-f99709370657 --- tools/genlang | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/genlang b/tools/genlang index e20ed637d1..965c187f81 100755 --- a/tools/genlang +++ b/tools/genlang @@ -232,7 +232,9 @@ if($english) { print STDERR "DEST: \"$dest\" for $name / $id\n"; - if($dest && ($dest ne "none")) { + if($update || ($dest && ($dest ne "none"))) { + # we unconditionally always use all IDs when the "update" + # feature is used $id = $maybeid; print STDERR "DEST: use this id $id\n"; } -- cgit v1.2.3