Subject: Re: CVS commit: src/tools/compat
To: None <source-changes@NetBSD.org>
From: Alan Barrett <apb@NetBSD.org>
List: source-changes
Date: 09/29/2006 22:05:18
On Fri, 29 Sep 2006, Alan Barrett wrote:
> Modified Files:
> 	src/tools/compat: compat_defs.h
> 
> Log Message:
> Use ${HOST_SH} instead of the host system's /bin/sh wherever possible:

I have added the following text to the log message:

* _PATH_BSHELL from the host's <paths.h> might be broken, so override it
  with our PATH_BSHELL, which is derived from HOST_SH.

--apb (Alan Barrett)