[EMAIL PROTECTED] (Bob Proulx) writes:

> On what systems is env located in /bin/env?  The normal location is in
> /usr/bin/env.

POSIX doesn't specify the location for env, so either location conforms
to POSIX.  On Solaris 10, the standard location is /usr/xpg4/bin/env.
(/usr/bin/env doesn't conform to POSIX, I guess....)

> This is counted upon by many scripts using /usr/bin/env as a
> launcher.

That works on most systems, but it's not portable according to POSIX.

The "right" way to fix this is to substitute the absolute path name
into the shell script, I'm afraid.


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to