about summary refs log tree commit diff
path: root/Completion/Unix/Command/_ldd
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2014-12-08 16:35:06 +0100
committerMikael Magnusson <mikachu@gmail.com>2014-12-10 15:20:51 +0100
commit247f7548dc760184dae090834d4a050f4ce32d98 (patch)
treea7fad186f14da36803a5e414717f7c099f57ec39 /Completion/Unix/Command/_ldd
parent45d0046d8ff22e6a239f2c8c2e12ab5e60425e33 (diff)
downloadzsh-247f7548dc760184dae090834d4a050f4ce32d98.tar.gz
zsh-247f7548dc760184dae090834d4a050f4ce32d98.tar.xz
zsh-247f7548dc760184dae090834d4a050f4ce32d98.zip
Parse "Gentoo" as being GNU libc
Diffstat (limited to 'Completion/Unix/Command/_ldd')
-rw-r--r--Completion/Unix/Command/_ldd2
1 files changed, 1 insertions, 1 deletions
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]'