Subject: Re: bmake shell
To: Jonathan Perkin <jonathan@perkin.org.uk>
From: Simon J. Gerraty <sjg@crufty.net>
List: tech-pkg
Date: 07/30/2003 21:24:02
>The attached patch fixes quite a few issues I've had along the
>road of getting bulk builds to work on SunOS, due to the default
>/bin/sh being insufficient for some constructs used in pkgsrc:

Thanks.  Actually the best way to fix this is to use a 
.SHELL: name=ksh path=/bin/ksh etc
in say /etc/mk.conf 

I'm going to add a suitable entry to make for ksh so that all you need is
.SHELL: name=ksh
to select it.

Also, the code you are patching against is out of date - there are no
raw references to /bin/sh in the current code.

The change to configure.in is probably good - thanks.

--sjg