zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH]: _timeout: Add OpenBSD
@ 2021-09-24  1:45 Matthew Martin
  0 siblings, 0 replies; only message in thread
From: Matthew Martin @ 2021-09-24  1:45 UTC (permalink / raw)
  To: zsh-workers

OpenBSD imported NetBSD's timeout.


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]'


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-26  6:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-24  1:45 [PATCH]: _timeout: Add OpenBSD Matthew Martin

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).