diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-15 08:26:22 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-15 08:26:22 +0000 |
commit | 684c9ceb960ebe1e8cab658481cf9a48da0bde53 (patch) | |
tree | c10a5fc2dae2f3969a8b3a99531597b8fb7c2857 /shells/44bsd-csh | |
parent | upgrade to 4.1 (diff) |
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/Makefile | 4 |
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: |