Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 03/09/1999 03:14:52
Module Name:	pkgsrc
Committed By:	agc
Date:		Tue Mar  9 11:14:52 UTC 1999

Modified Files:
	pkgsrc/mk: bsd.pkg.mk
Log Message:
Solaris sh(1) doesn't understand the "if ! command; then..." construct.
So dumb-down the shell commands used: make them into
"command; if [ $? -ne 0 ]; then..."
Suggested by David Brownlee.