about summary refs log tree commit diff
path: root/Completion/Debian
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2020-05-07 22:22:36 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-05-07 22:23:26 +0000
commit8498f8864e1a8f6991bd99c8068991a706cde436 (patch)
treef7b921939ab4e7b29650fa3173a27a5c3d9f6f33 /Completion/Debian
parentab835f0c3792d228e848cac9beb904fca758e073 (diff)
downloadzsh-8498f8864e1a8f6991bd99c8068991a706cde436.tar.gz
zsh-8498f8864e1a8f6991bd99c8068991a706cde436.tar.xz
zsh-8498f8864e1a8f6991bd99c8068991a706cde436.zip
unposted: Use alternation patterns rather than brace expansion
(Cf. discussion on GitLab !12.)
Diffstat (limited to 'Completion/Debian')
-rw-r--r--Completion/Debian/Command/_dscverify4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Debian/Command/_dscverify b/Completion/Debian/Command/_dscverify
index 22ffc03b5..4d383c6c4 100644
--- a/Completion/Debian/Command/_dscverify
+++ b/Completion/Debian/Command/_dscverify
@@ -9,10 +9,10 @@ _dscverify() {
     '--help[show the help message and exit]'
     '--version[show the version + copyright and exit]'
     '--no-default-keyrings[do not check against the default keyrings]'
-    '*--keyring[add keyring to the list of keyrings used]:keyring:_files -g "*.{kbx,gpg}(-.)"'
+    '*--keyring[add keyring to the list of keyrings used]:keyring:_files -g "*.(kbx|gpg)(-.)"'
     '(--nosigcheck --no-sig-check -u)'{--nosigcheck,--no-sig-check,-u}'[do not verify the GPG signature]'
     '--verbose[do not suppress GPG output]'
-    '*:dsc file:_files -g "*.{changes,dsc,buildinfo}(-.)"'
+    '*:dsc file:_files -g "*.(changes|dsc|buildinfo)(-.)"'
   )
 
   local first_only=(