mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
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
This commit is contained in:
parent
e77fbf0bd7
commit
7061372a74
4
configure
vendored
4
configure
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user