K 10 svn:author V 3 yar K 8 svn:date V 27 2006-12-31T11:07:29.000000Z K 7 svn:log V 452 Allow for /usr/bin/env when parsing the shebang line from an interpreted $command. Some "portable" sofware packages use such a line to skip the task of figuring out the absolute pathname of the interpreter at install time, e.g.: #!/usr/bin/env python It is insecure, but a popular book on Python seems to have advised it to a wide audience. Hence a number of such scripts in the ports, mostly written in Python. PR: bin/100287 MFC after: 1 week END