From owner-cvs-share Fri Jan 10 13:02:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA02622 for cvs-share-outgoing; Fri, 10 Jan 1997 13:02:33 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA02603; Fri, 10 Jan 1997 13:02:30 -0800 (PST) Date: Fri, 10 Jan 1997 13:02:30 -0800 (PST) From: Wolfram Schneider Message-Id: <199701102102.NAA02603@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/mk bsd.port.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 97/01/10 13:02:29 Modified: share/mk bsd.port.mk Log: if !(command) -> if ! (command) the ksh and I guess some other shells want a space between '!' and the next command. This problem exist since rev 1.207 Revision Changes Path 1.244 +2 -2 src/share/mk/bsd.port.mk