diff options
author | trevor <trevor@FreeBSD.org> | 2004-04-10 16:07:10 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-04-10 16:07:10 +0000 |
commit | 259d7b6ccff47b8fc6393bfdb909bae00f59c27e (patch) | |
tree | 56cb923518b90f60e59ae9d1ecb1a5024633f32a /shells/pash | |
parent | f7d8bb7959bcaeeba516807357f12e07ace680a7 (diff) | |
download | FreeBSD-ports-259d7b6ccff47b8fc6393bfdb909bae00f59c27e.zip FreeBSD-ports-259d7b6ccff47b8fc6393bfdb909bae00f59c27e.tar.gz |
Trim whitespace.
Diffstat (limited to 'shells/pash')
-rw-r--r-- | shells/pash/pkg-plist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shells/pash/pkg-plist b/shells/pash/pkg-plist index ad2ecb5..632bca7 100644 --- a/shells/pash/pkg-plist +++ b/shells/pash/pkg-plist @@ -1,4 +1,3 @@ bin/pash @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 - |