From c5fce37bced3c516bfb47cb84f336598fc26b277 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 10 Feb 2012 17:09:05 +0000 Subject: 30199: add (-.) to many completion _files globs --- Completion/Debian/Command/_pbuilder | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Debian/Command/_pbuilder') diff --git a/Completion/Debian/Command/_pbuilder b/Completion/Debian/Command/_pbuilder index 225744f23..7811d567b 100644 --- a/Completion/Debian/Command/_pbuilder +++ b/Completion/Debian/Command/_pbuilder @@ -9,7 +9,7 @@ if (( CURRENT == 2 )); then else compset -n 1 _arguments \ - '--basetgz:location:_files -g "*.tgz"' \ + '--basetgz:location:_files -g "*.tgz(-.)"' \ '--buildplace:location:_files -/' \ '--buildresult:location:_files -/' \ '--mirror:URL:_urls' \ @@ -28,5 +28,5 @@ else '--save-after-login' \ '--save-after-exec' \ '--autocleanaptcache' \ - '*:source package:_files -g "*.dsc"' + '*:source package:_files -g "*.dsc(-.)"' fi -- cgit 1.4.1