[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SRFI 22 finished?
> >>>>> "Marc" == Marc Feeley <feeley@xxxxxxxxxxxxxxxx> writes:
>
> Marc> Note that you should use
> Marc> the path "/usr/bin/env" which is more standard than "/bin/env" (for
> Marc> example on MacOS X "/bin/env" does not exist).
>
> Right. This worries me: Does POSIX specify the location of env?
I don't have the POSIX spec so someone else should check. Olin?
What I do know is that many perl and python scripts use /usr/bin/env.
Marc