From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 1 23:57:24 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4849916A4CE; Tue, 1 Mar 2005 23:57:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27F5C43D3F; Tue, 1 Mar 2005 23:57:24 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from freefall.freebsd.org (gad@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j21NvOr9024197; Tue, 1 Mar 2005 23:57:24 GMT (envelope-from gad@freefall.freebsd.org) Received: (from gad@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j21NvO8l024193; Tue, 1 Mar 2005 23:57:24 GMT (envelope-from gad) Date: Tue, 1 Mar 2005 23:57:24 GMT From: Garance A Drosehn Message-Id: <200503012357.j21NvO8l024193@freefall.freebsd.org> To: ryand@amazon.com, gad@FreeBSD.org, freebsd-bugs@FreeBSD.org, gad@FreeBSD.org Subject: Re: bin/16393: /bin/sh doesn't strip comments on shebang line X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2005 23:57:24 -0000 Synopsis: /bin/sh doesn't strip comments on shebang line State-Changed-From-To: closed->analyzed State-Changed-By: gad State-Changed-When: Tue Mar 1 23:50:34 GMT 2005 State-Changed-Why: A fix for the "doesn't strip comments" problem was committed in 2000, but that caused trouble for other people (as documented in this PR). A fix for those problems was made to kern/imgact_shell.c was committed to 5.3-stable in late 2004, but that change broke the "strip-comments" processing that perl expects. See the thread on "Bug in #! processing - One More Time" in freebsd-arch for more details. I intend to fix this for real with another set of changes, but those changes aren't going to be ready for 5.4-release. Responsible-Changed-From-To: freebsd-bugs->gad Responsible-Changed-By: gad Responsible-Changed-When: Tue Mar 1 23:50:34 GMT 2005 Responsible-Changed-Why: A fix for the "doesn't strip comments" problem was committed in 2000, but that caused trouble for other people (as documented in this PR). A fix for those problems was made to kern/imgact_shell.c was committed to 5.3-stable in late 2004, but that change broke the "strip-comments" processing that perl expects. See the thread on "Bug in #! processing - One More Time" in freebsd-arch for more details. I intend to fix this for real with another set of changes, but those changes aren't going to be ready for 5.4-release. http://www.freebsd.org/cgi/query-pr.cgi?pr=16393