mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-06-22 22:58:03 +02:00
Sven Joachim: 51563: Fix unmatched double quote
This commit is contained in:
parent
32ffa7453d
commit
6725cbc05f
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2023-03-11 Bart Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
* 51558: Doc/Zsh/grammar.yo: Clarify "for" loops + named refs.
|
* 51558: Doc/Zsh/grammar.yo: Clarify "for" loops + named refs.
|
||||||
|
|
|
@ -124,7 +124,7 @@ _sbuild() {
|
||||||
'--aspcud-criteria=[Optimization for aspcud]:criteria' \
|
'--aspcud-criteria=[Optimization for aspcud]:criteria' \
|
||||||
'(--resolve-alternatives --no-resolve-alternatives)--resolve-alternatives[allow alternatives in Build-Depends*]' \
|
'(--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*]' \
|
'(--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=[add a repository to the resolver]:url' \
|
||||||
'--extra-repository-key=[add key to the resolver]:key:_files -g "*.asc(-.)"' \
|
'--extra-repository-key=[add key to the resolver]:key:_files -g "*.asc(-.)"' \
|
||||||
'--build-path=[place to build the package inside chroot]:path:_files -/' \
|
'--build-path=[place to build the package inside chroot]:path:_files -/' \
|
||||||
|
|
Loading…
Reference in a new issue