From 7061372a7459c4d8345e4107210cb690d22d65b5 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 24 Jan 2007 18:10:40 +0000 Subject: Quote some expressions, might help with some shells. patch Derek E. Lewis, dlewis solnetworks net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22006 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 9e2dc656ca..9d7d8839ab 100755 --- a/configure +++ b/configure @@ -7419,8 +7419,8 @@ echores "$_color_console" # linker paths should be the same for mencoder and mplayer _ld_tmp="" for I in $_libs_mplayer ; do - _tmp=`echo $I | sed -e s/^-L.*$//` - if test -z $_tmp ; then + _tmp=`echo $I | sed -e 's/^-L.*$//'` + if test -z "$_tmp" ; then _ld_extra="$I $_ld_extra" else _ld_tmp="$_ld_tmp $I" -- cgit v1.2.3