[Mplayer-cvslog] CVS: main configure,1.887,1.888

Diego Biurrun CVS syncmail at mplayerhq.hu
Sun Aug 1 00:17:26 CEST 2004


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv15604

Modified Files:
	configure 
Log Message:
10l to the author of this longstanding and obscure bug.  Each language
should be removed only once from the list.
Thanks to Chris White for pointing out that there was a problem.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.887
retrieving revision 1.888
diff -u -r1.887 -r1.888
--- configure	17 Jul 2004 09:53:35 -0000	1.887
+++ configure	31 Jul 2004 22:17:23 -0000	1.888
@@ -2079,7 +2079,7 @@
     break
   else
     echo -n "$i not found, "
-    _language=`echo $_language | sed "s/$i *//g"`
+    _language=`echo $_language | sed "s/$i *//"`
   fi
 done
 test -z "$_language" && _language=en
@@ -2087,7 +2087,7 @@
   if test -f "DOCS/man/$i/mplayer.1" ; then
     LANGUAGES=`echo $LANGUAGES | sed "s/$i *//2" | sed 's/ *$//'`
   else
-    LANGUAGES=`echo $LANGUAGES | sed "s/$i *//g" | sed 's/ *$//'`
+    LANGUAGES=`echo $LANGUAGES | sed "s/$i *//" | sed 's/ *$//'`
   fi
 done
 echores "using $_language (man pages: $LANGUAGES)"




More information about the MPlayer-cvslog mailing list