diff options
author | ache <ache@FreeBSD.org> | 1995-12-03 08:14:50 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-12-03 08:14:50 +0800 |
commit | e0d8540132dd3937f911536449cd4085e61bd626 (patch) | |
tree | a2c423c21c5334ef38ed74cbc1d868223311e78e /shells/bash/pkg-plist | |
parent | dc3816bc4267119822520383356439275fb8d441 (diff) | |
download | freebsd-ports-gnome-e0d8540132dd3937f911536449cd4085e61bd626.tar.gz freebsd-ports-gnome-e0d8540132dd3937f911536449cd4085e61bd626.tar.zst freebsd-ports-gnome-e0d8540132dd3937f911536449cd4085e61bd626.zip |
Upgrade to 1.14.6 beta 3
Diffstat (limited to 'shells/bash/pkg-plist')
-rw-r--r-- | shells/bash/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash/pkg-plist b/shells/bash/pkg-plist index c522ba058c68..8d51f4a46878 100644 --- a/shells/bash/pkg-plist +++ b/shells/bash/pkg-plist @@ -3,6 +3,6 @@ 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 bin/bashbug -man/man1/bash.1.gz -man/man1/bash_builtins.1.gz +man/man1/bash.1 +man/man1/bash_builtins.1 info/bash.info |