attempt to fix -u
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13721 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7fb0f71668
commit
fcd3a49b50
1 changed files with 3 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue