--- /usr/share/zsh/Completion/Redhat/_rpm 2006-04-18 18:04:01 +0400 +++ .zsh/Completion/_rpm 2006-04-26 22:06:12 +0400 @@ -270,7 +270,7 @@ target) if [[ ${+_rpm_targets} -eq 0 ]]; then typeset -gaU _rpm_targets - _rpm_targets=( ${${(M)${(f)"$(_call_programs targets rpm --showrc)"}:#compatible archs*}##*: } ) + _rpm_targets=( ${=${(M)${(f)"$(_call_program targets rpm --showrc)"}:#compatible build archs*}##*: } ) fi _wanted targets expl 'target platform' compadd -a - _rpm_targets && ret=0 ;;