commit 5975eb85414f7f855988fff6b5d7a6c66b36cf3c parent 3faa0cbbb1111de15c2a1fe82e3629237e7d2c4a Author: Alexander Burger <abu@software-lab.de> Date: Thu, 29 Dec 2011 14:41:59 +0100 Bash completion Diffstat:
M | lib/bash_completion | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/bash_completion b/lib/bash_completion @@ -7,7 +7,7 @@ _pil() local cur _get_comp_words_by_ref cur - COMPREPLY=( $(pil @lib/complete.l $cur -bye) ) + COMPREPLY=($(pil @lib/complete.l "$cur" -bye)) return 0 } && complete -F _pil pil