about summary refs log tree commit diff
path: root/Completion/Unix/Command/_uniq
diff options
context:
space:
mode:
authorOliver Kiddle <okiddle@yahoo.co.uk>2018-04-05 11:19:56 +0200
committerOliver Kiddle <okiddle@yahoo.co.uk>2018-04-05 11:29:07 +0200
commitd4c19184fed6bca78a0860193b0f7485258be2ab (patch)
treeae0cbec8a5469ab5f7f71bb60b5204670766456c /Completion/Unix/Command/_uniq
parent25da576c292b7ff84a34fa8aee70ff7c7d9e2ba1 (diff)
downloadzsh-d4c19184fed6bca78a0860193b0f7485258be2ab.tar.gz
zsh-d4c19184fed6bca78a0860193b0f7485258be2ab.tar.xz
zsh-d4c19184fed6bca78a0860193b0f7485258be2ab.zip
42582: updates to options in completions for OpenBSD 6.3
Diffstat (limited to 'Completion/Unix/Command/_uniq')
-rw-r--r--Completion/Unix/Command/_uniq2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_uniq b/Completion/Unix/Command/_uniq
index 6973cb312..97f73b3ac 100644
--- a/Completion/Unix/Command/_uniq
+++ b/Completion/Unix/Command/_uniq
@@ -22,7 +22,7 @@ args=(
 
 if ! _pick_variant gnu=Free\ Soft unix --version; then
   local optchars="cdufs"
-  if [[ "$OSTYPE" == (darwin|dragonfly|freebsd)* ]]; then
+  if [[ "$OSTYPE" == (darwin|dragonfly|freebsd|openbsd)* ]]; then
     optchars="${optchars}i"
   fi
   args=( ${(M)args:#(|\*)(|\(*\))-[$optchars]*} )