commit 6ac8e86eb76ebf3eb4a1dc2cbe42eee936232c19 parent eb9e3cec07ddb4f1ef15508f033f67693d63df46 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Mon, 30 May 2011 15:25:17 -0400 more cautious punctuation handling in prepare Diffstat:
prepare.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/prepare.sh b/prepare.sh @@ -2,5 +2,5 @@ # Prepare a text for piping into detect.pl -tr ' ' '\n' | tr -dc "a-zA-ZÀ-Ÿà-ÿ \n'-" | sed "s/'/'\n/" +tr -c "a-zA-ZÀ-Ÿà-ÿ\n'-" "\n" | sed "s/'/'\n/"