summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-10-09 19:33:18 +0200
committerAleksander Machniak <alec@alec.pl>2013-10-09 19:33:18 +0200
commit07e5d737b732882c6104f39604f0568ed531c6e3 (patch)
treedd2386a73465ea26657f72d248318a7edd6edfb2 /bin
parent915bac3ebbf2cdc6dcb6a88680e7f364a81e00a2 (diff)
Fix comments cleanup
Diffstat (limited to 'bin')
-rwxr-xr-xbin/transifexpull.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/transifexpull.sh b/bin/transifexpull.sh
index d1497eaf4..45ef089a7 100755
--- a/bin/transifexpull.sh
+++ b/bin/transifexpull.sh
@@ -3,7 +3,7 @@
# In 'translator' mode files will contain empty translated texts
# where translation is not available, we'll remove these later
-tx --debug pull -a --mode translator
+#tx --debug pull -a --mode translator
PWD=`dirname "$0"`
@@ -18,7 +18,7 @@ do_clean()
perl -pi -e "s/^\\\$labels\[[^]]+\]\s+=\s+'';\n//g" $1
perl -pi -e "s/^\\\$messages\[[^]]+\]\s+=\s+'';\n//g" $1
# remove (one-line) comments
- perl -pi -e "s/^\\/\\/[a-zA-Z0-9\s]+//g" $1
+ perl -pi -e "s/^\\/\\/.*//g" $1
# remove empty lines (but not in file header)
perl -ne 'print if ($. < 21 || length($_) > 1)' $1 > $1.tmp
mv $1.tmp $1