summaryrefslogtreecommitdiff
path: root/shells/bash2
diff options
context:
space:
mode:
authortron <tron>2001-09-23 21:08:56 +0000
committertron <tron>2001-09-23 21:08:56 +0000
commit9b03b2cc2e57bc120e5959426bf374f0824ec388 (patch)
tree560d134cc88aba1037b2e123554d5233cd94385a /shells/bash2
parent8beb1871ec08bcdc1578ad6190e9e645e055127a (diff)
downloadpkgsrc-9b03b2cc2e57bc120e5959426bf374f0824ec388.tar.gz
Fix oversights in last commit.
Diffstat (limited to 'shells/bash2')
-rw-r--r--shells/bash2/pkg/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash2/pkg/PLIST b/shells/bash2/pkg/PLIST
index ea3188e7b0b..f510dbd8604 100644
--- a/shells/bash2/pkg/PLIST
+++ b/shells/bash2/pkg/PLIST
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.8 2001/09/23 21:06:07 tron Exp $
+@comment $NetBSD: PLIST,v 1.9 2001/09/23 21:08:56 tron Exp $
bin/bash
@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
bin/bashbug
man/man1/bash.1.gz
man/man1/bashbug.1.gz