Aleksander Machniak
2013-10-10 4136174517d426dcec74304ce004b4c845f075f5
bin/transifexpull.sh
@@ -22,7 +22,7 @@
    # 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
}