diff options
Diffstat (limited to 'shells/bash1')
-rw-r--r-- | shells/bash1/pkg-plist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shells/bash1/pkg-plist b/shells/bash1/pkg-plist index 8d51f4a46878..1824684a3b09 100644 --- a/shells/bash1/pkg-plist +++ b/shells/bash1/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 |