mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
unposted: Remove 'sgi', as that OpenBSD port has been discontinued.
See https://www.openbsd.org/sgi.html and discussion on github PR #49.
This commit is contained in:
parent
dd85abe825
commit
dd50f125b5
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2020-03-06 Daniel Shahaf <danielsh@apache.org>
|
||||
|
||||
* unposted: Completion/BSD/Type/_obsd_architectures: Remove
|
||||
'sgi', as that OpenBSD port has been discontinued.
|
||||
|
||||
2020-03-06 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
|
||||
|
||||
* 45509: Test/B01cd.ztst: Fix typos.
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
local expl
|
||||
|
||||
_description architectures expl 'architecture'
|
||||
compadd "$@" "$expl[@]" alpha amd64 arm64 armv7 hppa i386 landisk loongson luna88k macppc octeon sgi sparc64
|
||||
compadd "$@" "$expl[@]" alpha amd64 arm64 armv7 hppa i386 landisk loongson luna88k macppc octeon sparc64
|
||||
|
|
Loading…
Reference in a new issue