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/_nice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_nice') diff --git a/Completion/Unix/Command/_nice b/Completion/Unix/Command/_nice index b52e5216a..a54f8a9f8 100644 --- a/Completion/Unix/Command/_nice +++ b/Completion/Unix/Command/_nice @@ -9,7 +9,7 @@ if [[ $words[2] = -(-|+|)[0-9]## ]]; then fi compset -n 2 # Ignore the 1st arg else - if _pick_variant gnu=GNU unix --version; then + if _pick_variant gnu='(GNU|uutils)' unix --version; then specs+=( '(-)'{-n+,--adjustment=}'[adjust niceness]:niceness increment' '(* -)--help[display help and exit]' -- cgit v1.2.3-70-g09d2