about summary refs log tree commit diff
path: root/Completion/Unix/Command/_getent
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/_getent
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/_getent')
-rwxr-xr-xCompletion/Unix/Command/_getent2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_getent b/Completion/Unix/Command/_getent
index 3ea148b71..b9aff6642 100755
--- a/Completion/Unix/Command/_getent
+++ b/Completion/Unix/Command/_getent
@@ -5,7 +5,7 @@ local services databases keys
 local -a args
 typeset -A opt_args
 
-if _pick_variant -r is_gnu gnu='(GNU|EGLIBC)' unix --version; then
+if _pick_variant -r is_gnu gnu='(GNU|EGLIBC|Gentoo)' unix --version; then
   args+=(
     '(- 1 *)'{-\?,--help}'[display help information]'
     '(- 1 *)--usage[display a short usage message]'