zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Completion: _bts: Fix quoting of $DEBEMAIL.
@ 2016-02-09  3:22 Daniel Shahaf
  0 siblings, 0 replies; only message in thread
From: Daniel Shahaf @ 2016-02-09  3:22 UTC (permalink / raw)
  To: zsh-workers

---
 Completion/Debian/Command/_bts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Completion/Debian/Command/_bts b/Completion/Debian/Command/_bts
index 9f1f77b..941358b 100644
--- a/Completion/Debian/Command/_bts
+++ b/Completion/Debian/Command/_bts
@@ -42,7 +42,7 @@ case "$words[1]" in
     if [[ CURRENT -eq 2 ]]; then
       _alternative \
 	'packages:package:_deb_packages avail' \
-        "emails:package maintainer:compadd $DEBEMAIL"
+        'emails:package maintainer:compadd $DEBEMAIL'
     else
       _wanted sep expl 'separator' compadd -S ' ' , .
     fi
@@ -51,7 +51,7 @@ case "$words[1]" in
     if [[ CURRENT -eq 2 ]]; then
       _message -e bugnum 'bug number'
     elif [[ CURRENT -eq 3 ]]; then
-      _wanted submitter expl 'new submitter' compadd $DEBEMAIL
+      _wanted submitter expl 'new submitter' compadd -- $DEBEMAIL
     else
       _wanted sep expl 'separator' compadd -S ' ' , .
     fi


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-09  3:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-09  3:22 [PATCH] Completion: _bts: Fix quoting of $DEBEMAIL Daniel Shahaf

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).