about summary refs log tree commit diff
path: root/Completion/Debian/Command/_dpkg_source
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Debian/Command/_dpkg_source')
-rw-r--r--Completion/Debian/Command/_dpkg_source2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Debian/Command/_dpkg_source b/Completion/Debian/Command/_dpkg_source
index 274a85794..eabe8bc33 100644
--- a/Completion/Debian/Command/_dpkg_source
+++ b/Completion/Debian/Command/_dpkg_source
@@ -1,7 +1,7 @@
 #compdef dpkg-source
 
 _arguments \
-  '-x[specify source file]:Debian source file:_files -g \*.dsc' \
+  '-x[specify source file]:Debian source file:_files -g "*.dsc(-.)"' \
   '-b[specify source directory]:Debian source directory:_files -/' \
   '-c-[control file]:control file:_files' \
   '-l-[changelog file]:changelog file:_files' \