From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#15769: building on OpenBSD fails because of a shell pattern problem Date: Thu, 31 Oct 2013 17:42:29 -0400 Message-ID: References: <20131031134133.GF5834@boetes.org> <20131031211118.GJ5834@boetes.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1383255783 21161 80.91.229.3 (31 Oct 2013 21:43:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Oct 2013 21:43:03 +0000 (UTC) To: 15769-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 31 22:43:08 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Vc01D-000332-A8 for geb-bug-gnu-emacs@m.gmane.org; Thu, 31 Oct 2013 22:43:07 +0100 Original-Received: from localhost ([::1]:59450 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vc01C-0003cY-Mp for geb-bug-gnu-emacs@m.gmane.org; Thu, 31 Oct 2013 17:43:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vc019-0003cD-4z for bug-gnu-emacs@gnu.org; Thu, 31 Oct 2013 17:43:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vc018-0000mL-Gc for bug-gnu-emacs@gnu.org; Thu, 31 Oct 2013 17:43:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:41672) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vc018-0000mE-Cu for bug-gnu-emacs@gnu.org; Thu, 31 Oct 2013 17:43:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Vc018-0005jh-78 for bug-gnu-emacs@gnu.org; Thu, 31 Oct 2013 17:43:02 -0400 Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Thu, 31 Oct 2013 21:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 15769 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 15769@debbugs.gnu.org, rgm@gnu.org, han@boetes.org Original-Received: via spool by 15769-done@debbugs.gnu.org id=D15769.138325575422002 (code D ref 15769); Thu, 31 Oct 2013 21:43:01 +0000 Original-Received: (at 15769-done) by debbugs.gnu.org; 31 Oct 2013 21:42:34 +0000 Original-Received: from localhost ([127.0.0.1]:55690 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vc00f-0005in-Kl for submit@debbugs.gnu.org; Thu, 31 Oct 2013 17:42:33 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:37567 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vc00d-0005if-C6 for 15769-done@debbugs.gnu.org; Thu, 31 Oct 2013 17:42:31 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Vc00c-00032e-5H; Thu, 31 Oct 2013 17:42:30 -0400 X-Spook: assassination rail gun diwn lynch infowar bomb enforcers X-Ran: 1:3aU\B$9/\ X-Hue: blue X-Attribution: GM In-Reply-To: <20131031211118.GJ5834@boetes.org> (Han Boetes's message of "Thu, 31 Oct 2013 22:11:18 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:79838 Archived-At: Version: 24.4 >> Ie, just swap "^" for "!". Well, you live and learn. Bash and zsh allow either [^...] or [!...], but ksh only the latter. I guess every other instance of [^...] in the Emacs build rules must be in sed rather than the shell. So I changed ^ for !, but the whole check is likely to get removed soon anyway.