aboutsummaryrefslogtreecommitdiff
path: root/shells/bash2
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-16 09:16:16 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-16 09:16:16 +0000
commit54f3facf10af509f171b118287a9d0e94e60619a (patch)
tree2163606a39e19f40c940dfc29d69c1c7f1abe2fc /shells/bash2
parenta98d4556efee192db5e8372841f679c28e88bb2b (diff)
downloadports-54f3facf10af509f171b118287a9d0e94e60619a.tar.gz
ports-54f3facf10af509f171b118287a9d0e94e60619a.zip
Notes
Diffstat (limited to 'shells/bash2')
-rw-r--r--shells/bash2/pkg-plist1
1 files changed, 0 insertions, 1 deletions
diff --git a/shells/bash2/pkg-plist b/shells/bash2/pkg-plist
index 8d51f4a46878..1824684a3b09 100644
--- a/shells/bash2/pkg-plist
+++ b/shells/bash2/pkg-plist
@@ -1,4 +1,3 @@
-@cwd /usr/local
bin/bash
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; 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