* Benjamin Reed on Thursday, April 28, 2011 at 18:33:35 -0400
> Actually, I think I figured it out.  Changing:
> 
>  COMPREPLY=( $( compgen -W "${res}" -- "${ncur}" ) )
> 
> ...to:
> 
>  COMPREPLY=( $( compgen -W "${res}" -- "${ncur}" | sed -e 's/ /\\ /g' ) )
> 
> seems to have fixed it.
> 
> I've put out a 1.3-2 that fixes it for me.

Works here as well. Thank you very much for taking care of this.

c
-- 
\black\trash movie           _COWBOY  CANOE  COMA_
            Ein deutscher Western/A German Western

--->> http://www.blacktrash.org/underdogma/ccc.php

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to