From d4f989973952063a4815898eebb0c3922513aad5 Mon Sep 17 00:00:00 2001 From: dana Date: Fri, 22 Feb 2019 13:20:16 -0600 Subject: 44077: completion: Fix GNU _pick_variant patterns, partially fix `getent -s` --- Completion/Unix/Command/_ldd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_ldd') diff --git a/Completion/Unix/Command/_ldd b/Completion/Unix/Command/_ldd index 1de1659a5..3c7b088df 100644 --- a/Completion/Unix/Command/_ldd +++ b/Completion/Unix/Command/_ldd @@ -1,6 +1,6 @@ #compdef ldd -if _pick_variant gnu='(Free Soft|GNU|EGLIBC|Gentoo)' unix --version; then +if _pick_variant gnu='(Free Soft|GNU|GLIBC|Gentoo)' unix --version; then args=( '(- *)--version[display version information]' '(- *)--help[display help information]' -- cgit 1.4.1