From owner-cvs-all Sat Aug 19 5:28:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E9CED37B43C; Sat, 19 Aug 2000 05:28:23 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA23381; Sat, 19 Aug 2000 05:28:23 -0700 (PDT) (envelope-from markm@FreeBSD.org) Message-Id: <200008191228.FAA23381@freefall.freebsd.org> From: Mark Murray Date: Sat, 19 Aug 2000 05:28:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.obj.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/08/19 05:28:23 PDT Modified files: share/mk bsd.obj.mk Log: Fix the arguments to [(1) (AKA test(1)). If the string being tested by -n is nonexistant, then the following -d was misinterpreted with a strange error. By putting double quotes (") around the argument, we can be sure there is _something_ there that we can check a zero length against. Revision Changes Path 1.33 +2 -2 src/share/mk/bsd.obj.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message