summaryrefslogtreecommitdiff
path: root/preprocess
diff options
context:
space:
mode:
Diffstat (limited to 'preprocess')
-rwxr-xr-xpreprocess2
1 files changed, 1 insertions, 1 deletions
diff --git a/preprocess b/preprocess
index c4eeb39..6531bf1 100755
--- a/preprocess
+++ b/preprocess
@@ -5,5 +5,5 @@ P=`pwd -P`
popd > /dev/null
LANG=$1
-$P/no_non_printables | sed "s|[-,\.]\{4,\}|...|g" | $P/htmlentities 2>htmlentities.$LANG.err | $P/normalize_punctuation 2>normalize-punctuation.$LANG.err | $P/tokenizer.no-escape.perl -a -b -threads 1 -l $LANG 2>tokenizer.$LANG.err | $P/lowercase.perl 2>lowercase.$LANG.err
+$P/no_non_printables | sed "s|[-,\.]\{4,\}|...|g" | $P/htmlentities 2>htmlentities.$LANG.err | $P/normalize_punctuation 2>normalize-punctuation.$LANG.err | $P/tokenizer-no-escape.perl -a -b -threads 1 -l $LANG 2>tokenizer.$LANG.err | $P/lowercase.perl 2>lowercase.$LANG.err