K 10 svn:author V 3 gad K 8 svn:date V 27 2005-03-02T00:00:13.000000Z K 7 svn:log V 540 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 END