Subject: Re: typo in bsd.pkg.mk
To: Jeremy C. Reed <reed@reedmedia.net>
From: Eric Haszlakiewicz <erh@jodi.nimenees.com>
List: tech-pkg
Date: 12/03/2003 16:08:55
On Wed, Dec 03, 2003 at 12:46:21PM -0800, Jeremy C. Reed wrote:
> Around line 2970:
>         sotype=none;                                                    \
>         elif [ "X${MKPIC}" != "Xno" -a "X${NOPIC}" = "X" ]; then        \
> 
> That "elif" above should probably be "if".
> 
> It appears this was done in the  1.1310 to 1.1311 revision.
	that's odd.  I must have been using a weird shell to test that.
thanks for catching that.

eric