summaryrefslogtreecommitdiff
path: root/shells/bash
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/bash
parentCATEGORIES+= -> CATEGORIES= (diff)
Remove @cwd /usr/local.
Notes
Notes: svn path=/head/; revision=4509
Diffstat (limited to 'shells/bash')
-rw-r--r--shells/bash/pkg-plist1
1 files changed, 0 insertions, 1 deletions
diff --git a/shells/bash/pkg-plist b/shells/bash/pkg-plist
index 8d51f4a46878..1824684a3b09 100644
--- a/shells/bash/pkg-plist
+++ b/shells/bash/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