[MPlayer-DOCS] CVS: main/DOCS/xml configure,1.11,1.12
Diego Biurrun CVS
diego at mplayerhq.hu
Wed Jan 21 22:38:30 CET 2004
Update of /cvsroot/mplayer/main/DOCS/xml
In directory mail:/tmp/cvs-serv24843
Modified Files:
configure
Log Message:
sort -u is equivalent to sort | uniq, hint by Dominik.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/configure,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- configure 21 Jan 2004 21:21:47 -0000 1.11
+++ configure 21 Jan 2004 21:38:27 -0000 1.12
@@ -120,7 +120,7 @@
[
EOF
- for file in `find $lang en -name \*.xml -exec basename \{\} \; | sort | uniq`; do
+ for file in `find $lang en -name \*.xml -exec basename \{\} \; | sort -u`; do
echo '<!ENTITY '$file' SYSTEM "'$file'">' >> $lang/main.xml
done
More information about the MPlayer-DOCS
mailing list