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 3e133cef38..cd153163f5 100755
--- a/tools/genlang
+++ b/tools/genlang
@@ -369,7 +369,7 @@ while(<LANG>) {
369 369
370 if($_ =~ /^( *\#|[ \t\n\r]*\z)/) { 370 if($_ =~ /^( *\#|[ \t\n\r]*\z)/) {
371 # comment or empty line - output it if it's part of the header 371 # comment or empty line - output it if it's part of the header
372 if ($header eq 1) { 372 if ($header and $update) {
373 print($_); 373 print($_);
374 } 374 }
375 next; 375 next;