diff -aur bash-completion-1.3/bash_completion bash-completion-1.3.patched/bash_completion --- bash-completion-1.3/bash_completion 2011-02-06 20:16:00.000000000 +0100 +++ bash-completion-1.3.patched/bash_completion 2011-12-01 16:18:46.000000000 +0100 @@ -966,7 +966,7 @@ { local modpath modpath=/lib/modules/$1 - COMPREPLY=( $( compgen -W "$( command ls -R $modpath | \ + COMPREPLY=( $( compgen -W "$( command ls -RL $modpath | \ sed -ne 's/^\(.*\)\.k\{0,1\}o\(\.gz\)\{0,1\}$/\1/p' )" -- "$cur" ) ) }