summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/genlang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genlang b/tools/genlang
index 965c187..f2a0706 100755
--- a/tools/genlang
+++ b/tools/genlang
@@ -232,7 +232,7 @@ if($english) {
print STDERR "DEST: \"$dest\" for $name / $id\n";
- if($update || ($dest && ($dest ne "none"))) {
+ if($update || ($dest && ($dest !~ /^none\z/i))) {
# we unconditionally always use all IDs when the "update"
# feature is used
$id = $maybeid;