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/_unexpand | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_unexpand') diff --git a/Completion/Unix/Command/_unexpand b/Completion/Unix/Command/_unexpand index b548b3c3a..28ea5b74f 100644 --- a/Completion/Unix/Command/_unexpand +++ b/Completion/Unix/Command/_unexpand @@ -6,7 +6,7 @@ local -a args all="convert all whitespace, instead of just initial whitespace" tabs="[use comma separated list of tab positions]:list of tab positions" -if _pick_variant gnu="Free Soft" unix --version; then +if _pick_variant gnu='(Free Soft|uutils)' unix --version; then if [[ $service = *un* ]]; then args=( "(-a --help --version)--all[$all]" -- cgit v1.2.3-70-g09d2