[pkg-cryptsetup-devel] Bug#499936: cryptsetup: BASH completion doesn't work for key files
Stefan Goebel
debian at ntworks.net
Wed Sep 24 09:48:10 UTC 2008
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
More information about the pkg-cryptsetup-devel
mailing list