[haiku-development] Re: usr/bin

  • From: scott mc <scottmc2@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Tue, 28 Apr 2009 14:16:25 +0000

+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: