From owner-cvs-src@FreeBSD.ORG Tue Jun 3 14:15:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C32F1065677; Tue, 3 Jun 2008 14:15:23 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E53BB8FC16; Tue, 3 Jun 2008 14:15:20 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <484551F9.9070300@FreeBSD.org> Date: Tue, 03 Jun 2008 16:15:21 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Coleman Kane References: <1212440845.18384.49.camel@shumai.marcuscom.com> <20080602.204014.-222576415.imp@bsdimp.com> <1212461214.18384.83.camel@shumai.marcuscom.com> <20080602.213239.-861051005.imp@bsdimp.com> <1212501946.15220.1.camel@localhost> In-Reply-To: <1212501946.15220.1.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: src-committers@FreeBSD.org, jhb@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, stefanf@FreeBSD.org, marcus@marcuscom.com, "M. Warner Losh" Subject: Re: cvs commit: src/bin/sh expand.c parser.c parser.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2008 14:15:23 -0000 Coleman Kane wrote: > If we chose to do that, then I'd also suggest a compile flag to turn on > "strict POSIX compliance". Then, perhaps some ports-auto-build-box > somewhere could generate a report of the configure scripts that do such > things, and could be used to nag them into fixing this problem. This could certainly be done, but the requirement is the set of developers to process the output. > Maybe someone should nag the bash developers... The bash developers have taken pride in how they have mangled their shell to support C-like syntax. Kris