[Bash-completion-devel] Bug#616018: bash_completion adds a space at the end of every diretory name, and other issues with completing (e.g. sudo)

Robert Helling helling at atdotde.de
Tue Mar 22 16:22:32 UTC 2011


It seems that lines 11/12

    COMPREPLY=( ${COMPREPLY[@]:-} $( compgen -f -X "$xspec" -- "$cur" ) \
            $( compgen -d -- "$cur" ) )

are the offenders. Unfortunately, this looks like line noise to me...

Robert






More information about the Bash-completion-devel mailing list