diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-16 09:16:16 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-16 09:16:16 +0000 |
commit | 54f3facf10af509f171b118287a9d0e94e60619a (patch) | |
tree | 2163606a39e19f40c940dfc29d69c1c7f1abe2fc /shells/bash2 | |
parent | a98d4556efee192db5e8372841f679c28e88bb2b (diff) | |
download | ports-54f3facf10af509f171b118287a9d0e94e60619a.tar.gz ports-54f3facf10af509f171b118287a9d0e94e60619a.zip |
Remove @cwd /usr/local.
Notes
Notes:
svn path=/head/; revision=4509
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/pkg-plist | 1 |
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 |