diff options
author | Daniel Shahaf <danielsh@apache.org> | 2020-03-06 14:00:29 +0000 |
---|---|---|
committer | Daniel Shahaf <danielsh@apache.org> | 2020-03-06 14:00:34 +0000 |
commit | dd50f125b5eb65896642d2ff664adefd33f1004c (patch) | |
tree | fdbb85846741867630db94684af6c69ef562be1c | |
parent | dd85abe825065f95ad568a235be1f280855100ab (diff) | |
download | zsh-dd50f125b5eb65896642d2ff664adefd33f1004c.tar.gz zsh-dd50f125b5eb65896642d2ff664adefd33f1004c.tar.xz zsh-dd50f125b5eb65896642d2ff664adefd33f1004c.zip |
unposted: Remove 'sgi', as that OpenBSD port has been discontinued.
See https://www.openbsd.org/sgi.html and discussion on github PR #49.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Completion/BSD/Type/_obsd_architectures | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 8113dd29d..2824bf69a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/Completion/BSD/Type/_obsd_architectures b/Completion/BSD/Type/_obsd_architectures index 18ee2854c..cec000a08 100644 --- a/Completion/BSD/Type/_obsd_architectures +++ b/Completion/BSD/Type/_obsd_architectures @@ -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 |