mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-24 14:24:59 +08:00
Fixed func_split_equals shell quoting syntax error encountered with
non-XSI shells. Problem was noticed under Solaris 10.
This commit is contained in:
parent
d98a30fbce
commit
c82eaf360b
@ -499,7 +499,7 @@ else
|
||||
{
|
||||
$debug_cmd
|
||||
|
||||
func_split_equals_lhs=`expr "x$1" : 'x\([^=]*)'`
|
||||
func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
|
||||
func_split_equals_rhs=
|
||||
test "x$func_split_equals_lhs" = "x$1" \
|
||||
|| func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
|
||||
|
Loading…
Reference in New Issue
Block a user