pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/tools Also use the shell builtin for [. Add comment...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f578af5ddeb3
branches: trunk
changeset: 531305:f578af5ddeb3
user: joerg <joerg%pkgsrc.org@localhost>
date: Sat Jul 28 01:21:15 2007 +0000
description:
Also use the shell builtin for [. Add comment for test and [ about that.
diffstat:
mk/tools/tools.DragonFly.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 4352e22361ba -r f578af5ddeb3 mk/tools/tools.DragonFly.mk
--- a/mk/tools/tools.DragonFly.mk Sat Jul 28 01:19:07 2007 +0000
+++ b/mk/tools/tools.DragonFly.mk Sat Jul 28 01:21:15 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: tools.DragonFly.mk,v 1.31 2007/07/28 01:19:07 joerg Exp $
+# $NetBSD: tools.DragonFly.mk,v 1.32 2007/07/28 01:21:15 joerg Exp $
#
# System-supplied tools for the DragonFly operating system.
-TOOLS_PLATFORM.[?= /bin/[
+TOOLS_PLATFORM.[?= [ # shell builtin
TOOLS_PLATFORM.awk?= /usr/bin/awk
TOOLS_PLATFORM.basename?= /usr/bin/basename
TOOLS_PLATFORM.byacc?= /usr/bin/yacc
@@ -79,7 +79,7 @@
TOOLS_PLATFORM.tar?= /usr/bin/tar
TOOLS_PLATFORM.tbl?= /usr/bin/tbl
TOOLS_PLATFORM.tee?= /usr/bin/tee
-TOOLS_PLATFORM.test?= test
+TOOLS_PLATFORM.test?= test # shell builtin
TOOLS_PLATFORM.touch?= /usr/bin/touch
TOOLS_PLATFORM.tr?= /usr/bin/tr
TOOLS_PLATFORM.true?= /usr/bin/true
Home |
Main Index |
Thread Index |
Old Index