summaryrefslogtreecommitdiff
path: root/bin/transifexpull.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/transifexpull.sh')
-rwxr-xr-xbin/transifexpull.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/transifexpull.sh b/bin/transifexpull.sh
index 8cd99f4f2..ce25f6fc1 100755
--- a/bin/transifexpull.sh
+++ b/bin/transifexpull.sh
@@ -22,7 +22,7 @@ do_clean()
# remove (one-line) comments
perl -pi -e "s/^\\/\\/.*//" $1
# remove empty lines (but not in file header)
- perl -ne 'print if ($. < 21 || length($_) > 1)' $1 > $1.tmp
+ perl -ne 'print if ($. < 18 || length($_) > 1)' $1 > $1.tmp
mv $1.tmp $1
}