Date: Wed, 2 Mar 2005 00:00:13 +0000 (UTC) From: Garance A Drosehn <gad@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_shell.c Message-ID: <200503020000.j2200EPH008148@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gad 2005-03-02 00:00:13 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/kern imgact_shell.c
Log:
Revert revision 1.26.4.1 before 5.4-release. This changes shell-option
parsing (on the `#!' line) back to the way it has worked in FreeBSD since
March 2000. That processing is not correct, but we aren't going to have
the right fix for it tested in time for 5.4-release. Revision 1.26.4.1
fixed the behavior for some uses, and broke it for others. In particular,
it broke tricks like: #!/bin/sh -- # -*- perl -*-
which is recommended (by perl documentation) for some situations.
PR: 16393 (gives history)
Reviewed by: freebsd-arch
Revision Changes Path
1.26.4.3 +20 -0 src/sys/kern/imgact_shell.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503020000.j2200EPH008148>
