emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#15665: closed ([PATCH] build: port shell pattern t


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#15665: closed ([PATCH] build: port shell pattern to Solaris 10)
Date: Sun, 20 Oct 2013 23:09:01 +0000

Your message dated Sun, 20 Oct 2013 16:08:42 -0700
with message-id <address@hidden>
and subject line Re: bug#15665: Acknowledgement ([PATCH] build: port shell 
pattern to Solaris 10)
has caused the debbugs.gnu.org bug report #15665,
regarding [PATCH] build: port shell pattern to Solaris 10
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
15665: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15665
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] build: port shell pattern to Solaris 10 Date: Sun, 20 Oct 2013 16:01:03 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0
* 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 '|'.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
1.8.3.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#15665: Acknowledgement ([PATCH] build: port shell pattern to Solaris 10) Date: Sun, 20 Oct 2013 16:08:42 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0
Closing, as I've already patched this.  I guess I shouldn't send
email of installed fixes to bug-grep; sorry, I always forget
which projects do that and which don't.


--- End Message ---

reply via email to

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