From 6306dcfaa52237fbaa76eafe7bc396e68eda66ca Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 17 Nov 2023 18:13:41 +0100 Subject: 52303: updates to completions for macOS 13 --- Completion/Unix/Command/_cut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_cut') diff --git a/Completion/Unix/Command/_cut b/Completion/Unix/Command/_cut index 29565280d..778439cf1 100644 --- a/Completion/Unix/Command/_cut +++ b/Completion/Unix/Command/_cut @@ -46,7 +46,7 @@ if _pick_variant gnu="Free Soft" unix --version; then '*:file:_files' else case $OSTYPE in - freebsd*|dragonfly*) args=( '(-d)-w[use whitespace as the delimiter]' ) ;; + freebsd*|dragonfly*|darwin*) args=( '(-d)-w[use whitespace as the delimiter]' ) ;; esac _arguments $args \ "-b[${_cut_args[bytes]}]:list" \ -- cgit v1.2.3-70-g09d2