Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH]: _timeout: Add OpenBSD
- X-seq: zsh-workers 49441
- From: Matthew Martin <phy1729@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH]: _timeout: Add OpenBSD
- Date: Thu, 23 Sep 2021 20:45:09 -0500
- Archived-at: <https://zsh.org/workers/49441>
- List-id: <zsh-workers.zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx
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]'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author