Subject: re: CVS commit: basesrc/tools/compat
To: None <bjh21@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 04/25/2002 13:00:40
Module Name: basesrc
Committed By: bjh21
Date: Wed Apr 24 19:41:59 UTC 2002
Modified Files:
basesrc/tools/compat: compat_defs.h config.h.in configure configure.ac
Log Message:
Rather than hardcoding two possible locations of the POSIX shell (for
Solaris and everything else), set _PATH_BSHELL to the first occurrence of
"sh" on the path. This should be rather more portable.
/bin is earlier than /usr/xpg4/bin in my $PATH. how does this work?
.mrg.