mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +01:00
cleanup
This commit is contained in:
parent
01fb2c9878
commit
6430754ab1
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ LANGFILTER_PRECLIP: tr -d '\r' |
|
|||
|
||||
LANGFILTER_POSTCLIP: | tr [a-z] [A-Z]
|
||||
LANGFILTER_POSTCLIP: | grep '^[A-Z]*$'
|
||||
LANGFILTER_POSTCLIP: | tr -s '\n\r' '\000\000'
|
||||
LANGFILTER_POSTCLIP: | tr '\n' '\000'
|
||||
LANGFILTER_POSTCLIP: | sort -z
|
||||
|
||||
# We can trust sort (above) to do the right thing since there's no
|
||||
|
|
Loading…
Reference in a new issue