The following commit has been merged in the master branch:
commit bea33f7ac9b59152ce40ff76ba159150e13f949d
Author: David Paleino <[email protected]>
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
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-commits