summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-16 15:08:34 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-16 15:08:34 +0000
commit4b068f19a9685e78dbcaf9dd747ffe0e0620501f (patch)
tree9d3839c8a1fab1b0a7de728a7f0f462987398964 /configure
parent011a23170695e8d1dca2ba66de8a38b133f25f42 (diff)
downloadmpv-4b068f19a9685e78dbcaf9dd747ffe0e0620501f.tar.bz2
mpv-4b068f19a9685e78dbcaf9dd747ffe0e0620501f.tar.xz
Merge two consecutive sed calls into one.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27293 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 373064b4b2..77aea84947 100755
--- a/configure
+++ b/configure
@@ -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