Mercurial > mplayer.hg
changeset 11821:43f35b915dc7
uniq is ineffective without sort.
author | diego |
---|---|
date | Wed, 21 Jan 2004 17:35:10 +0000 |
parents | 62539b5964c8 |
children | 359eaf957bf1 |
files | DOCS/xml/configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/configure Wed Jan 21 15:25:16 2004 +0000 +++ b/DOCS/xml/configure Wed Jan 21 17:35:10 2004 +0000 @@ -120,7 +120,7 @@ [ EOF - for file in `find $lang en -name \*.xml -exec basename \{\} \; | uniq`; do + for file in `find $lang en -name \*.xml -exec basename \{\} \; | sort | uniq`; do echo '<!ENTITY '$file' SYSTEM "'$file'">' >> $lang/main.xml done