From c5b7a61b52e49b11eac612841fc9cd7d9ed22af9 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 7 Jan 2000 14:37:34 +0000 Subject: zsh-workers/9262 --- Completion/Linux/_rpm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Linux') diff --git a/Completion/Linux/_rpm b/Completion/Linux/_rpm index fae8612a8..6b34fe3cf 100644 --- a/Completion/Linux/_rpm +++ b/Completion/Linux/_rpm @@ -202,7 +202,7 @@ while [[ -n "$state" ]]; do tags) if compset -P '*\{'; then _wanted tags expl 'RPM tag' && - compadd "$expl[@]" -M 'm:{a-z}={A-Z}' -S '}' - \ + compadd "$expl[@]" -M 'm:{a-z}={A-Z}' -S '\}' - \ "${(@)${(@f)$(rpm --querytags)}#RPMTAG_}" && ret=0 else _message 'RPM format' @@ -212,7 +212,7 @@ while [[ -n "$state" ]]; do _message 'RPM capability' ;; relocate) - if compset -P '*\='; then + if compset -P '*='; then _description directories expl 'new path' else _description directories expl 'old path' -- cgit 1.4.1