Re: [Bash-completion-devel] [PATCH 1/2] Don't use full path in the _completion_loader() function.

2011-10-23 Thread Ville Skyttä
On 10/23/2011 02:48 AM, Igor Murzov wrote: --- bash_completion |7 +-- 1 files changed, 1 insertions(+), 6 deletions(-) See my comments about this in the Towards dynamic completion loading thread. ___ Bash-completion-devel mailing list

[Bash-completion-devel] [PATCH 1/2] Don't use full path in the _completion_loader() function.

2011-10-22 Thread Igor Murzov
--- bash_completion |7 +-- 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/bash_completion b/bash_completion index 4bfa4de..84bbe80 100644 --- a/bash_completion +++ b/bash_completion @@ -1817,17 +1817,12 @@ _completion_loader() local compdir=./completions [[