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/_tac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_tac') diff --git a/Completion/Unix/Command/_tac b/Completion/Unix/Command/_tac index 083fce91f..223966ff7 100644 --- a/Completion/Unix/Command/_tac +++ b/Completion/Unix/Command/_tac @@ -1,7 +1,7 @@ #compdef tac gtac # NetBSD (at least) has its own bare-bones version of this tool -_pick_variant gnu='Free Soft' unix --version || { +_pick_variant gnu='(Free Soft|uutils)' unix --version || { _default return } -- cgit v1.2.3-70-g09d2