pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/platform Use /bin/test. The /bin/sh builtin has so...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec3f56608ea2
branches:  trunk
changeset: 481850:ec3f56608ea2
user:      tv <tv%pkgsrc.org@localhost>
date:      Wed Oct 13 17:50:01 2004 +0000

description:
Use /bin/test.  The /bin/sh builtin has some bugs with symlinks.

diffstat:

 mk/platform/Interix.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 60f2df1f4035 -r ec3f56608ea2 mk/platform/Interix.mk
--- a/mk/platform/Interix.mk    Wed Oct 13 17:14:36 2004 +0000
+++ b/mk/platform/Interix.mk    Wed Oct 13 17:50:01 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Interix.mk,v 1.6 2004/10/13 15:31:31 tv Exp $
+# $NetBSD: Interix.mk,v 1.7 2004/10/13 17:50:01 tv Exp $
 #
 # Variable definitions for the Interix operating system.
 
@@ -69,7 +69,7 @@
 TAIL?=         /bin/tail
 TAR?=          ${LOCALBASE}/bin/tar
 TEE?=          /bin/tee
-TEST?=         test                            # Shell builtin
+TEST?=         /bin/test       # shell builtin has bugs with symlinks
 TOUCH?=                /bin/touch
 TR?=           /bin/tr
 TRUE?=         true                            # Shell builtin



Home | Main Index | Thread Index | Old Index