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/_pr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_pr') diff --git a/Completion/Unix/Command/_pr b/Completion/Unix/Command/_pr index 2aeeb13b3..c628b5a98 100644 --- a/Completion/Unix/Command/_pr +++ b/Completion/Unix/Command/_pr @@ -5,7 +5,7 @@ local -a state state_descr line specs optA typeset -A opt_args # take care of '+FIRST_PAGE[:LAST_PAGE]' (GNU) or '+FIRST_PAGE' (POSIX) -if _pick_variant -r variant gnu=GNU $OSTYPE --version; then +if _pick_variant -r variant gnu='(GNU|uutils)' $OSTYPE --version; then msg='FIRST_PAGE[:LAST_PAGE]' else msg='first page' -- cgit v1.3