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/_od | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_od') diff --git a/Completion/Unix/Command/_od b/Completion/Unix/Command/_od index 7673a225b..b3f693dbc 100644 --- a/Completion/Unix/Command/_od +++ b/Completion/Unix/Command/_od @@ -21,7 +21,7 @@ args=( '-s[output decimal shorts (-t d2)]' ) -if _pick_variant gnu=GNU unix --version; then +if _pick_variant gnu='(GNU|uutils)' unix --version; then # -h -B -I and -L are obsolescent and undocumented args=( ${(R)args:#(|\*)(|\(*\))-[hBIL]*} ) args+=( -- cgit v1.2.3-70-g09d2