diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-22 00:00:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-22 00:00:43 +0000 |
commit | 32af6372fdc02034cd21b35ba23a86c0f3d2f50c (patch) | |
tree | 68e4dee959a69e7d49028617670cbadbb30bb911 /shells/zsh-devel | |
parent | 176196bda58d510e40b3df87d832fc90461d4c92 (diff) | |
download | ports-32af6372fdc02034cd21b35ba23a86c0f3d2f50c.tar.gz ports-32af6372fdc02034cd21b35ba23a86c0f3d2f50c.zip |
Notes
Diffstat (limited to 'shells/zsh-devel')
-rw-r--r-- | shells/zsh-devel/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/zsh-devel/pkg-plist b/shells/zsh-devel/pkg-plist index b00342e5f27d..77f30ea84494 100644 --- a/shells/zsh-devel/pkg-plist +++ b/shells/zsh-devel/pkg-plist @@ -1,7 +1,7 @@ bin/zsh @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/zsh-3.0.0 +bin/zsh-3.0.1 info/zsh.info info/zsh.info-1 info/zsh.info-2 |