Subject: Re: xbuild of mipsel from solaris fails....
To: None <current-users@NetBSD.org>
From: Alan Barrett <apb@cequrux.com>
List: current-users
Date: 05/31/2006 23:10:43
On Wed, 31 May 2006, Paul Winder wrote:
> Also in the scripts in src/distrib/set they have /bin/sh as the 
> interpreter.

Well, they have #!/bin/sh in the scripts themselves, but that's mostly
irrelevant, because src/distrib/sets/Makefile runs them with ${HOST_SH},
and they all use ${HOST_SH} when invoking each other.  You can just set
HOST_SH to a working shell if your system's /bin/sh is broken.

--apb (Alan Barrett)