From: Gary V. Vaughan Date: Mon, 22 Oct 2012 09:58:29 +0000 (+0700) Subject: bootstrap: regenerate to propagate Bob's func_split_equals fix. X-Git-Tag: v2.4.2.418~96 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01f78ecf47fcd1ccf85ed61372abb9ed99bcc9c5;p=thirdparty%2Flibtool.git bootstrap: regenerate to propagate Bob's func_split_equals fix. * bootstrap: regenerate. Signed-off-by: Gary V. Vaughan --- diff --git a/bootstrap b/bootstrap index d3feb2125..1a496d61f 100755 --- a/bootstrap +++ b/bootstrap @@ -1660,7 +1660,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[^=]*=\(.*\)$'`