pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Modern versions of Solaris include "/bin/bash".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00a7163efcd9
branches:  trunk
changeset: 535757:00a7163efcd9
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Nov 28 07:45:50 2007 +0000

description:
Modern versions of Solaris include "/bin/bash".

diffstat:

 mk/tools/tools.SunOS.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ec01528e2397 -r 00a7163efcd9 mk/tools/tools.SunOS.mk
--- a/mk/tools/tools.SunOS.mk   Wed Nov 28 07:37:46 2007 +0000
+++ b/mk/tools/tools.SunOS.mk   Wed Nov 28 07:45:50 2007 +0000
@@ -1,10 +1,13 @@
-# $NetBSD: tools.SunOS.mk,v 1.26 2007/06/19 17:01:13 joerg Exp $
+# $NetBSD: tools.SunOS.mk,v 1.27 2007/11/28 07:45:50 tron Exp $
 #
 # System-supplied tools for the Solaris operating system.
 
 TOOLS_PLATFORM.[?=             [                       # shell builtin
 TOOLS_PLATFORM.awk?=           /usr/bin/nawk
 TOOLS_PLATFORM.basename?=      /usr/bin/basename
+.if exists(/bin/bash)
+TOOLS_PLATFORM.bash?=          /bin/bash
+.endif
 .if exists(/usr/bin/bzcat)
 TOOLS_PLATFORM.bzcat?=         /usr/bin/bzcat
 .endif



Home | Main Index | Thread Index | Old Index