Browse Source

Typo: use french style quotes

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

3
utils/typo.sh

@ -25,6 +25,9 @@ do
sed -i \
-e 's/\([^ ]\)?/\1 ?/g' \
-e 's/\([^ ]\)!/\1 !/g' \
-e 's/\([^ ]\)!/\1 !/g' \
-e 's/``/{\\og}/g' \
-e "s/''/{\\\\fg}/g" \
-e '/\\gtab.*/ ! s/\([^ ]\):/\1 :/g' \
$song
fi

Loading…
Cancel
Save