Date: Sat, 19 Aug 2000 05:28:23 -0700 (PDT) From: Mark Murray <markm@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.obj.mk Message-ID: <200008191228.FAA23381@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008191228.FAA23381>