summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gabriel@inconstante.net.br>2020-08-03 18:57:03 -0300
committerGabriel F. T. Gomes <gabriel@inconstante.net.br>2020-08-03 21:07:34 -0300
commit941f3b45f970850a803689f90b991f869d09a5cd (patch)
treec63abb091710513fb440ef4264c69813c78de71b
parentc80ad9e0fb51e81788941e1afeda4ce40144e9d4 (diff)
downloadbash-completion-941f3b45f970850a803689f90b991f869d09a5cd.tar.gz
Update patch after upstream sync
Upstream commit commit dbe0ec8c1a8a36752d3b63b685add075f36ba113 Author: Ville Skyttä <ville.skytta@iki.fi> Date: Wed May 6 22:54:33 2020 +0300 *: run all shell code through shfmt -s changed some indentation, which rendered our patch inapplicable. This commit updates our patch.
-rw-r--r--debian/patches/07-dpkg_support_raw-extract_vextract.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/07-dpkg_support_raw-extract_vextract.patch b/debian/patches/07-dpkg_support_raw-extract_vextract.patch
index 692b1f7f..9c619bb9 100644
--- a/debian/patches/07-dpkg_support_raw-extract_vextract.patch
+++ b/debian/patches/07-dpkg_support_raw-extract_vextract.patch
@@ -11,11 +11,11 @@ Forwarded: no
--- bash-completion.orig/completions/dpkg
+++ bash-completion/completions/dpkg
@@ -81,7 +81,45 @@ _dpkg()
- COMPREPLY=( $(compgen -W '$(_parse_help "$1")' -- "$cur") )
- [[ $COMPREPLY == *= ]] && compopt -o nospace
+ COMPREPLY=($(compgen -W '$(_parse_help "$1")' -- "$cur"))
+ [[ ${COMPREPLY-} == *= ]] && compopt -o nospace
} &&
--complete -F _dpkg dpkg dpkg-deb dpkg-query
-+complete -F _dpkg dpkg dpkg-query
+- complete -F _dpkg dpkg dpkg-deb dpkg-query
++ complete -F _dpkg dpkg dpkg-query
+
+# Debian dpkg-deb(1) completion
+#