diff options
-rw-r--r-- | shells/bash/pkg-plist | 1 | ||||
-rw-r--r-- | shells/bash1/pkg-plist | 1 | ||||
-rw-r--r-- | shells/bash2/pkg-plist | 1 | ||||
-rw-r--r-- | shells/bash3/pkg-plist | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/shells/bash/pkg-plist b/shells/bash/pkg-plist index 8d51f4a..1824684 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 diff --git a/shells/bash1/pkg-plist b/shells/bash1/pkg-plist index 8d51f4a..1824684 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 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 diff --git a/shells/bash3/pkg-plist b/shells/bash3/pkg-plist index 8d51f4a..1824684 100644 --- a/shells/bash3/pkg-plist +++ b/shells/bash3/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 |