From 713588e2350ef2257f2f8a934041832234876b92 Mon Sep 17 00:00:00 2001 From: Matthew Martin Date: Wed, 13 Oct 2021 22:01:23 -0500 Subject: 49441: _timeout: Add OpenBSD --- Completion/Unix/Command/_timeout | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_timeout b/Completion/Unix/Command/_timeout index 223059e4d..2235fa5ec 100644 --- a/Completion/Unix/Command/_timeout +++ b/Completion/Unix/Command/_timeout @@ -2,8 +2,8 @@ local args -if [[ $service = g* || $OSTYPE != *(freebsd|netbsd)* ]]; then - # GNU coreutils or DFly as opposed to Free/NetBSD implementation +if [[ $service = g* || $OSTYPE != *(freebsd|netbsd|openbsd)* ]]; then + # GNU coreutils or DFly as opposed to Free/Net/OpenBSD implementation args=( '(-v --verbose)'{-v,--verbose}'[indicate when signal is sent upon timeout]' '(- *)--help[display usage information]' -- cgit 1.4.1