[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-516-gbea33f7
David Paleino
dapal at debian.org
Sun Nov 6 20:05:00 UTC 2011
The following commit has been merged in the master branch:
commit bea33f7ac9b59152ce40ff76ba159150e13f949d
Author: David Paleino <dapal at debian.org>
Date: Sun Nov 6 21:04:48 2011 +0100
Really fix it, double quotes
diff --git a/completions/dpkg b/completions/dpkg
index 1d1ea82..b1b34e1 100644
--- a/completions/dpkg
+++ b/completions/dpkg
@@ -19,7 +19,7 @@ _comp_dpkg_installed_packages()
_have grep-status && {
_comp_dpkg_purgeable_packages()
{
- grep-status -P -e '^$1' -a -FStatus 'install ok installed' -o -FStatus 'deinstall ok config-files' -n -s Package
+ grep-status -P -e "^$1" -a -FStatus 'install ok installed' -o -FStatus 'deinstall ok config-files' -n -s Package
}
} || {
_comp_dpkg_purgeable_packages()
--
bash-completion
More information about the Bash-completion-commits
mailing list