diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-11 00:07:10 +0800 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-11 00:07:10 +0800 |
commit | 6e7d58c3969e824c5160f584d96d242ac8afecf3 (patch) | |
tree | 0f7b65a5d757c608698e69e66041c005414297a3 /shells | |
parent | 538370a64745656447424b74e75aa999254ca575 (diff) | |
download | freebsd-ports-gnome-6e7d58c3969e824c5160f584d96d242ac8afecf3.tar.gz freebsd-ports-gnome-6e7d58c3969e824c5160f584d96d242ac8afecf3.tar.zst freebsd-ports-gnome-6e7d58c3969e824c5160f584d96d242ac8afecf3.zip |
Trim whitespace.
Diffstat (limited to 'shells')
-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 ad2ecb523ed4..632bca717e4a 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 - |