aboutsummaryrefslogtreecommitdiff
path: root/shells/44bsd-csh
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-04-15 08:26:22 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-04-15 08:26:22 +0000
commit684c9ceb960ebe1e8cab658481cf9a48da0bde53 (patch)
treec10a5fc2dae2f3969a8b3a99531597b8fb7c2857 /shells/44bsd-csh
parent218905c9f1a5b2bcba40bc9b2e2df8144ad3a311 (diff)
downloadports-684c9ceb960ebe1e8cab658481cf9a48da0bde53.tar.gz
ports-684c9ceb960ebe1e8cab658481cf9a48da0bde53.zip
Fix a typo.
Submitted by: R. Imura <imura@af.airnet.ne.jp>
Notes
Notes: svn path=/head/; revision=27587
Diffstat (limited to 'shells/44bsd-csh')
-rw-r--r--shells/44bsd-csh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/44bsd-csh/Makefile b/shells/44bsd-csh/Makefile
index b19b156dc9ea..c38623cc18d8 100644
--- a/shells/44bsd-csh/Makefile
+++ b/shells/44bsd-csh/Makefile
@@ -35,8 +35,8 @@ do-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/44bsd-csh /etc/shells.bak; \
+ ${ECHO} ${PREFIX}/bin/44bsd-csh) > /etc/shells
@${RM} /etc/shells.bak
tarup: