[MPlayer-cvslog] r27293 - trunk/configure

diego subversion at mplayerhq.hu
Wed Jul 16 17:08:34 CEST 2008


Author: diego
Date: Wed Jul 16 17:08:34 2008
New Revision: 27293

Log:
Merge two consecutive sed calls into one.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Wed Jul 16 17:08:34 2008
@@ -191,7 +191,7 @@ case `echo -n` in
   *)	_echo_n='-n '	_echo_c=	;;	# BSD echo
 esac
 
-LANGUAGES=`echo help/help_mp-??.h help/help_mp-??_??.h | sed "s:help/help_mp-\(..\).h:\1:g" | sed "s:help/help_mp-\(.....\).h:\1:g"`
+LANGUAGES=`echo help/help_mp-??.h help/help_mp-??_??.h | sed -e "s:help/help_mp-\(..\).h:\1:g" -e "s:help/help_mp-\(.....\).h:\1:g"`
 
 show_help(){
 cat << EOF



More information about the MPlayer-cvslog mailing list