libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.4.2-320-gc82eaf3


From: Bob Friesenhahn
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.2-320-gc82eaf3
Date: Sun, 21 Oct 2012 23:23:45 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  c82eaf360b1d2797054296c5e894c1271fffb7cf (commit)
      from  d98a30fbcebc1ea9818a0bdf5686305eb4388e10 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c82eaf360b1d2797054296c5e894c1271fffb7cf
Author: Bob Friesenhahn <address@hidden>
Date:   Sun Oct 21 18:17:52 2012 -0500

    Fixed func_split_equals shell quoting syntax error encountered with
    non-XSI shells.  Problem was noticed under Solaris 10.

-----------------------------------------------------------------------

Summary of changes:
 gl/build-aux/options-parser |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gl/build-aux/options-parser b/gl/build-aux/options-parser
index fbcbf1b..af460fd 100644
--- a/gl/build-aux/options-parser
+++ b/gl/build-aux/options-parser
@@ -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[^=]*=\(.*\)$'`


hooks/post-receive
-- 
GNU Libtool



reply via email to

[Prev in Thread] Current Thread [Next in Thread]