Stefan Goebel wrote:
> +         COMPREPLY=( $(compgen -f "${cur}") )

This should be:

+           COMPREPLY=( $(compgen -f -- "${cur}") )

Sorry for that, didn't see that error yesterday.

Regards,
Stefan Goebel



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to