From 0c14732cf740149aa906017938624db2e864f08e Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Sat, 22 May 2021 00:00:29 +0200 Subject: 48897: completion updates for DragonFly 6.0 and OpenBSD 6.9 --- Completion/Unix/Command/_timeout | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Unix/Command/_timeout') diff --git a/Completion/Unix/Command/_timeout b/Completion/Unix/Command/_timeout index d0ff085bb..223059e4d 100644 --- a/Completion/Unix/Command/_timeout +++ b/Completion/Unix/Command/_timeout @@ -2,8 +2,8 @@ local args -if [[ $service = g* || $OSTYPE != *bsd* ]]; then - # GNU coreutils as opposed to Free/NetBSD implementation +if [[ $service = g* || $OSTYPE != *(freebsd|netbsd)* ]]; then + # GNU coreutils or DFly as opposed to Free/NetBSD implementation args=( '(-v --verbose)'{-v,--verbose}'[indicate when signal is sent upon timeout]' '(- *)--help[display usage information]' -- cgit v1.2.3-70-g09d2