From 247f7548dc760184dae090834d4a050f4ce32d98 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Mon, 8 Dec 2014 16:35:06 +0100 Subject: Parse "Gentoo" as being GNU libc --- 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 0980bc043..381d12745 100644 --- a/Completion/Unix/Command/_ldd +++ b/Completion/Unix/Command/_ldd @@ -1,6 +1,6 @@ #compdef ldd -if _pick_variant gnu='(GNU|EGLIBC)' solaris --version; then +if _pick_variant gnu='(GNU|EGLIBC|Gentoo)' solaris --version; then args=( '(- *)--version[display version information]' '(- *)--help[display help information]' -- cgit v1.2.3-70-g09d2