grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.14-48-gf9c758e


From: Paul Eggert
Subject: grep branch, master, updated. v2.14-48-gf9c758e
Date: Sun, 20 Oct 2013 22:59:55 +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 "grep".

The branch, master has been updated
       via  f9c758e1116c444d40493684f305190aafcc519d (commit)
      from  9350c3288150d75a5b5d4ca98cab18d338b8a00f (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=f9c758e1116c444d40493684f305190aafcc519d


commit f9c758e1116c444d40493684f305190aafcc519d
Author: Paul Eggert <address@hidden>
Date:   Sun Oct 20 15:59:27 2013 -0700

    build: port shell pattern to Solaris 10
    
    * configure.ac: Don't use unquoted '^' in a pattern, as this
    breaks 'configure' on Solaris 10, whose /bin/sh complains about it,
    which causes 'configure' to exit even before it finds a decent shell.
    Unix 7th edition shell accepted '^' as an alias for '|'.

diff --git a/configure.ac b/configure.ac
index 6ce7237..ab7d387 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,7 @@ fn_grep () {
   esac
 
   case $pattern in
-    [*[].^$\\*[]*]) dnl The outer brackets are for M4.
+    [*['].^$\*[']*]) dnl The outer brackets are for M4.
       AC_MSG_ERROR([fn_grep: regular expressions not supported])  ;;
   esac
 

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

Summary of changes:
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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