From 9767ee88495d49df36b54b6fc58232ad76f8b020 Mon Sep 17 00:00:00 2001 From: dana Date: Sat, 2 Jun 2018 17:15:48 -0500 Subject: 42918: adapt detection of GNU variant of ldd to work on Ubuntu --- 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 19b8a9105..1de1659a5 100644 --- a/Completion/Unix/Command/_ldd +++ b/Completion/Unix/Command/_ldd @@ -1,6 +1,6 @@ #compdef ldd -if _pick_variant gnu='(GNU|EGLIBC|Gentoo)' unix --version; then +if _pick_variant gnu='(Free Soft|GNU|EGLIBC|Gentoo)' unix --version; then args=( '(- *)--version[display version information]' '(- *)--help[display help information]' -- cgit 1.4.1