Mercurial > mplayer.hg
changeset 27261:208d7534f510
Merge two consecutive sed calls into one.
author | diego |
---|---|
date | Wed, 16 Jul 2008 15:08:34 +0000 |
parents | 411fef000ff6 |
children | 09fbddd5af45 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Jul 15 22:22:25 2008 +0000 +++ b/configure Wed Jul 16 15:08:34 2008 +0000 @@ -191,7 +191,7 @@ *) _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