K 10 svn:author V 8 cracauer K 8 svn:date V 27 2000-02-15T08:49:57.000000Z K 7 svn:log V 390 Allow comments in interpreter specification lines as in #! /bin/sh # -*- perl -*- This is simply "delete everything after the next '#', not counting the first char in the line". No effort has been made to allow quoting, backslash escaping or '#' in interpreter names. The complies to POSIX 1003.2 in that Posix says the implementation is free to choose whatever it likes. PR: bin/16393 END