use /usr/xpg4/bin/tr instead of /usr/bin/tr
This commit is contained in:
parent
ec870a3e7d
commit
410296adc6
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: tools.SunOS.mk,v 1.18 2005/07/31 05:24:52 grant Exp $
|
||||
# $NetBSD: tools.SunOS.mk,v 1.19 2005/08/23 12:52:59 dmcmahill Exp $
|
||||
#
|
||||
# System-supplied tools for the Solaris operating system.
|
||||
|
||||
|
@ -74,7 +74,7 @@ TOOLS_PLATFORM.tbl?= /usr/bin/tbl
|
|||
TOOLS_PLATFORM.tee?= /usr/bin/tee
|
||||
TOOLS_PLATFORM.test?= test # shell builtin
|
||||
TOOLS_PLATFORM.touch?= /usr/bin/touch
|
||||
TOOLS_PLATFORM.tr?= /usr/bin/tr
|
||||
TOOLS_PLATFORM.tr?= /usr/xpg4/bin/tr
|
||||
TOOLS_PLATFORM.true?= /usr/bin/true
|
||||
TOOLS_PLATFORM.tsort?= /usr/ccs/bin/tsort
|
||||
TOOLS_PLATFORM.wc?= /usr/bin/wc
|
||||
|
|
Loading…
Reference in a new issue