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/_getent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_getent') 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]' -- cgit 1.4.1