changeset 21988:dbdd1a73c7f7

Quote some expressions, might help with some shells. patch Derek E. Lewis, dlewis solnetworks net
author diego
date Wed, 24 Jan 2007 18:10:40 +0000
parents fed73db9ddb1
children c3dc45e16aa3
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed Jan 24 15:05:42 2007 +0000
+++ b/configure	Wed Jan 24 18:10:40 2007 +0000
@@ -7419,8 +7419,8 @@
 # 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"