From 5a1cbabead83d2479531579063a4540df6795d3d Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 24 Nov 2025 22:08:46 +0100 Subject: 54094: handle rust coreutils in completions --- Completion/Unix/Command/_stdbuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_stdbuf') diff --git a/Completion/Unix/Command/_stdbuf b/Completion/Unix/Command/_stdbuf index 32b3cae2f..71dd98e0a 100644 --- a/Completion/Unix/Command/_stdbuf +++ b/Completion/Unix/Command/_stdbuf @@ -10,7 +10,7 @@ buf=( err in out ) opt='[set initial buffering for std${buf[i]}]: : _alternative "sizes\: \: _numbers -u bytes size k M G" "modes\:mode\:((0\:unbuffered L\:line\ buffered' -if _pick_variant gnu=GNU freebsd --version; then +if _pick_variant gnu='(GNU|uutils)' freebsd --version; then gnu=1 args=( '(- *)--help[display usage information]' -- cgit v1.2.3-70-g09d2