summaryrefslogtreecommitdiffstats
path: root/tools/genlang
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-06-26 08:44:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-06-26 08:44:59 +0000
commitfcd3a49b50b15097bb3f7bc34ba022abce19184f (patch)
treed1047aef19cd9fe32e7aab1c6a85c61a124600a1 /tools/genlang
parent7fb0f71668ac574efc7e0f2b8b85d603eb24ea2a (diff)
downloadrockbox-fcd3a49b50b15097bb3f7bc34ba022abce19184f.tar.gz
rockbox-fcd3a49b50b15097bb3f7bc34ba022abce19184f.zip
attempt to fix -u
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13721 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/genlang')
-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) {
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";
}