summaryrefslogtreecommitdiffstats
path: root/Completion/Linux
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-07 14:37:34 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-07 14:37:34 +0000
commitc5b7a61b52e49b11eac612841fc9cd7d9ed22af9 (patch)
treee823a4fdb4dd156309593a628ccfb298e4c52bca /Completion/Linux
parentzsh-workers/9260 (diff)
downloadzsh-c5b7a61b52e49b11eac612841fc9cd7d9ed22af9.tar
zsh-c5b7a61b52e49b11eac612841fc9cd7d9ed22af9.tar.gz
zsh-c5b7a61b52e49b11eac612841fc9cd7d9ed22af9.tar.bz2
zsh-c5b7a61b52e49b11eac612841fc9cd7d9ed22af9.tar.lz
zsh-c5b7a61b52e49b11eac612841fc9cd7d9ed22af9.tar.xz
zsh-c5b7a61b52e49b11eac612841fc9cd7d9ed22af9.tar.zst
zsh-c5b7a61b52e49b11eac612841fc9cd7d9ed22af9.zip
zsh-workers/9262
Diffstat (limited to 'Completion/Linux')
-rw-r--r--Completion/Linux/_rpm4
1 files changed, 2 insertions, 2 deletions
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'