summaryrefslogtreecommitdiff
path: root/shells/standalone-tcsh
diff options
context:
space:
mode:
authortron <tron>2001-09-23 21:08:56 +0000
committertron <tron>2001-09-23 21:08:56 +0000
commit859d6efc71d9c9458ebe37111d7e790844d92d4c (patch)
tree560d134cc88aba1037b2e123554d5233cd94385a /shells/standalone-tcsh
parent7c0916a9fc398ff731448c5db70fd65e3402b99c (diff)
downloadpkgsrc-859d6efc71d9c9458ebe37111d7e790844d92d4c.tar.gz
Fix oversights in last commit.
Diffstat (limited to 'shells/standalone-tcsh')
-rw-r--r--shells/standalone-tcsh/pkg/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/standalone-tcsh/pkg/PLIST b/shells/standalone-tcsh/pkg/PLIST
index 4b5d0cd4a18..00799c2c870 100644
--- a/shells/standalone-tcsh/pkg/PLIST
+++ b/shells/standalone-tcsh/pkg/PLIST
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2001/09/23 21:06:08 tron Exp $
+@comment $NetBSD: PLIST,v 1.4 2001/09/23 21:08:56 tron Exp $
bin/tcsh
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v '^%D%F$' /etc/shells.bak || true; echo %D%F) >/etc/shells
-@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v '^%D%F$' /etc/shells.bak) >/etc/shells
+@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v '^%D%F$' /etc/shells.bak || true) >/etc/shells
usr/share/man/man1/tcsh.1