diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 11:08:52 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 11:08:52 +0000 |
commit | 0b1020495087240f21a4fa421e92e457fc065310 (patch) | |
tree | a9275c6a984cfec29d075da9a46c02652d31293e /japanese/tcsh | |
parent | 656da512bff3c98531096fb649085c714a884a31 (diff) |
Notes
Diffstat (limited to 'japanese/tcsh')
-rw-r--r-- | japanese/tcsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/tcsh/Makefile b/japanese/tcsh/Makefile index 5f29c780aa46..d07f98744649 100644 --- a/japanese/tcsh/Makefile +++ b/japanese/tcsh/Makefile @@ -36,7 +36,7 @@ post-install: .endif @${ECHO} "updating /etc/shells" @${CP} /etc/shells /etc/shells.bak - @(${GREP} -v ${PREFIX}/bin/tcsh /etc/shells.bak; ${ECHO} ${PREFIX}/bin/tcsh) >/etc/shells + @(${GREP} -v ${PREFIX}/bin/tcsh /etc/shells.bak; ${ECHO_CMD} ${PREFIX}/bin/tcsh) >/etc/shells @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |