[MPlayer-DOCS] CVS: main/DOCS/xml configure,1.9,1.10

Diego Biurrun CVS diego at mplayerhq.hu
Wed Jan 21 18:35:12 CET 2004


Update of /cvsroot/mplayer/main/DOCS/xml
In directory mail:/tmp/cvs-serv19598

Modified Files:
	configure 
Log Message:
uniq is ineffective without sort.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/configure,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- configure	20 Jan 2004 23:27:24 -0000	1.9
+++ configure	21 Jan 2004 17:35:10 -0000	1.10
@@ -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
 




More information about the MPlayer-DOCS mailing list