Bug#459407: lintian: unusual-interpreter /usr/bin/env

2008-01-06 Thread Russ Allbery
Josh Triplett <[EMAIL PROTECTED]> writes: > Package: lintian > Version: 1.23.41 > Severity: normal > > Lintian reports /usr/bin/env as an unusual-interpreter. However, many > python scripts use "#!/usr/bin/env python" to find python on the path > rather than assuming a particular location. Linti

Bug#459407: lintian: unusual-interpreter /usr/bin/env

2008-01-06 Thread Chris Lamb
> it should special-case .usr/bin/env and look at the second argument to > determine the interpreter, with a whitelist of permissible env-indirect > interpreters It already does! > Lintian reports /usr/bin/env as an unusual-interpreter Interesting.. "#!/usr/bin/env" by itself will emit an "unus

Bug#459407: lintian: unusual-interpreter /usr/bin/env

2008-01-06 Thread Josh Triplett
Package: lintian Version: 1.23.41 Severity: normal Lintian reports /usr/bin/env as an unusual-interpreter. However, many python scripts use "#!/usr/bin/env python" to find python on the path rather than assuming a particular location. Lintian should allow /usr/bin/env as an interpreter. Better