[haiku-development] Re: usr/bin

+1 for not adding the link


> Btw, this /usr/bin/env is a stupid trick to locate other binaries, like
> #!/usr/bin/env python
> instead of
> #!/usr/bin/python
>
> Which just moves the problem around, and doesn't fix the issue at all.
>
> François.
>
>

...and for cases like this, changing it to #!/bin/env seems to do the trick.
-scottmc

Other related posts: