]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
bootstrap: regenerate to propagate Bob's func_split_equals fix.
authorGary V. Vaughan <gary@gnu.org>
Mon, 22 Oct 2012 09:58:29 +0000 (16:58 +0700)
committerGary V. Vaughan <gary@gnu.org>
Mon, 22 Oct 2012 10:02:02 +0000 (17:02 +0700)
* bootstrap: regenerate.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
bootstrap

index d3feb21253bacb284360196b2635760075e48e1f..1a496d61f5d6f294bcb7f8766de5188c1f516c64 100755 (executable)
--- 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[^=]*=\(.*\)$'`