diff options
author | asami <asami@FreeBSD.org> | 1996-11-16 09:16:16 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-16 09:16:16 +0000 |
commit | 27aeb0737b120fe6895e5a1cd9e736830f19d1c9 (patch) | |
tree | 386f350c9065dbc70ea5f8cd957b0e72c1c2a881 /shells/bash2/pkg-plist | |
parent | 59246f244b97177b828fb8f795063b3f1f1d5492 (diff) | |
download | FreeBSD-ports-27aeb0737b120fe6895e5a1cd9e736830f19d1c9.zip FreeBSD-ports-27aeb0737b120fe6895e5a1cd9e736830f19d1c9.tar.gz |
Remove @cwd /usr/local.
Diffstat (limited to 'shells/bash2/pkg-plist')
-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 8d51f4a..1824684 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 |