summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2012-10-22 16:58:29 +0700
committerGary V. Vaughan <gary@gnu.org>2012-10-22 17:02:02 +0700
commit01f78ecf47fcd1ccf85ed61372abb9ed99bcc9c5 (patch)
treee3eac13e36e5f29288d523f9839e053e09986b70 /bootstrap
parent7b059d5ad9ed1d35ba6aa0f4fb01501b07fdd6c3 (diff)
downloadlibtool-01f78ecf47fcd1ccf85ed61372abb9ed99bcc9c5.tar.gz
bootstrap: regenerate to propagate Bob's func_split_equals fix.
* bootstrap: regenerate. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index d3feb212..1a496d61 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[^=]*=\(.*\)$'`