Browse Source

remove trailing points and comas

remotes/origin/split-songs
Romain Goffe 14 years ago
parent
commit
14e1770729
  1. 1
      utils/typo.sh

1
utils/typo.sh

@ -7,6 +7,7 @@
# remove trailing space and double space
sed -i \
-e 's/\s*$//g' \
-e 's/[,\.]$//g' \
-e '/\s*%/! s/\([^ ]\)\s\+/\1 /g' \
$@

Loading…
Cancel
Save