[arch-projects] [devtools] [PATCH 1/2] zsh_completion: Remove multilib*-{x86_64, any}

Pierre Schmitz pierre at archlinux.de
Wed Feb 8 05:14:50 EST 2012


Am 08.02.2012 10:59, schrieb Lukas Fleischer:
> These tags make no sense. Remove them from our valid tag array that is
> used for tab completion.
> 
> Signed-off-by: Lukas Fleischer <archlinux at cryptocrack.de>
> ---
> Next try... Fixed tag array this time :)
> 
>  zsh_completion.in |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/zsh_completion.in b/zsh_completion.in
> index 90ad398..e976524 100644
> --- a/zsh_completion.in
> +++ b/zsh_completion.in
> @@ -5,11 +5,11 @@ _arch=(i686 x86_64 any)
>  _tags=(
>  	core-i686 core-x86_64 core-any
>  	extra-i686 extra-x86_64 extra-any
> -	multilib-i686 multilib-x86_64 multilib-any
> +	multilib-i686
>  	staging-i686 staging-x86_64 staging-any
>  	testing-i686 testing-x86_64 testing-any
> -	multilib-testing-i686 multilib-testing-x86_64 multilib-testing-any
> -	multilib-staging-i686 multilib-staging-x86_64 multilib-staging-any
> +	multilib-testing-i686
> +	multilib-staging-i686
>  	community-i686 community-x86_64 community-any
>  	community-staging-i686 community-staging-x86_64 community-staging-any
>  	community-testing-i686 community-testing-x86_64 community-testing-any

I guess you removed the wron tags ;-) What we might want to keep is
multilib-x86_64.

-- 
Pierre Schmitz, http://pierre-schmitz.com


More information about the arch-projects mailing list