cvs commit: src/sys/kern imgact_shell.c
Garance A Drosehn
gad at FreeBSD.org
Wed Mar 2 00:00:14 GMT 2005
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
More information about the cvs-src
mailing list