about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSven Joachim <svenjoac@gmx.de>2023-03-13 19:44:25 -0700
committerBart Schaefer <schaefer@zsh.org>2023-03-13 19:44:25 -0700
commit6725cbc05fc7943290896ae80d706f335eec96ba (patch)
treeff5b20c11b5776567f54f2609ea7854acf5025cc
parent32ffa7453d385acfc0a2c14e3ed739589647ad64 (diff)
downloadzsh-6725cbc05fc7943290896ae80d706f335eec96ba.tar.gz
zsh-6725cbc05fc7943290896ae80d706f335eec96ba.tar.xz
zsh-6725cbc05fc7943290896ae80d706f335eec96ba.zip
Sven Joachim: 51563: Fix unmatched double quote
-rw-r--r--ChangeLog4
-rw-r--r--Completion/Debian/Command/_sbuild2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b4952c8d6..e80b09833 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-03-13  Bart Schaefer  <schaefer@zsh.org>
+
+	* Sven Joachim: 51563: Completion/Debian/Command/_sbuild: unmatched "
+
 2023-03-11  Bart Schaefer  <schaefer@zsh.org>
 
 	* 51558: Doc/Zsh/grammar.yo: Clarify "for" loops + named refs.
diff --git a/Completion/Debian/Command/_sbuild b/Completion/Debian/Command/_sbuild
index a32b5e8c5..459738d5d 100644
--- a/Completion/Debian/Command/_sbuild
+++ b/Completion/Debian/Command/_sbuild
@@ -124,7 +124,7 @@ _sbuild() {
     '--aspcud-criteria=[Optimization for aspcud]:criteria' \
     '(--resolve-alternatives --no-resolve-alternatives)--resolve-alternatives[allow alternatives in Build-Depends*]' \
     '(--resolve-alternatives --no-resolve-alternatives)--no-resolve-alternatives[disallow alternatives in Build-Depends*]' \
-    '--extra-package=[make a package or directory available to the resolver]:package:_files -g "*deb(-.)' \
+    '--extra-package=[make a package or directory available to the resolver]:package:_files -g "*deb(-.)"' \
     '--extra-repository=[add a repository to the resolver]:url' \
     '--extra-repository-key=[add key to the resolver]:key:_files -g "*.asc(-.)"' \
     '--build-path=[place to build the package inside chroot]:path:_files -/' \