summaryrefslogtreecommitdiff
path: root/shells/standalone-tcsh
diff options
context:
space:
mode:
authortron <tron>2001-09-23 21:06:07 +0000
committertron <tron>2001-09-23 21:06:07 +0000
commit7c0916a9fc398ff731448c5db70fd65e3402b99c (patch)
tree982ad90043c644e29de0b8d5e7f049966aa6aa82 /shells/standalone-tcsh
parentd62af28b74783148b21a8c18b182fbde0dbe3a90 (diff)
downloadpkgsrc-7c0916a9fc398ff731448c5db70fd65e3402b99c.tar.gz
Make modifications of "/etc/shells" robust so that they don't fail if the
last entry is removed.
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 476b98fb69a..4b5d0cd4a18 100644
--- a/shells/standalone-tcsh/pkg/PLIST
+++ b/shells/standalone-tcsh/pkg/PLIST
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2001/08/06 20:46:58 agc Exp $
+@comment $NetBSD: PLIST,v 1.3 2001/09/23 21:06:08 tron Exp $
bin/tcsh
-@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v '^%D%F$' /etc/shells.bak; echo %D%F) >/etc/shells
+@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
usr/share/man/man1/tcsh.1