diff options
Diffstat (limited to 'Completion/Bsd/_kld')
-rw-r--r-- | Completion/Bsd/_kld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Bsd/_kld b/Completion/Bsd/_kld index 2768af393..8fc719ccb 100644 --- a/Completion/Bsd/_kld +++ b/Completion/Bsd/_kld @@ -4,7 +4,7 @@ _kld_module() { local ret=1 - compadd "$@" - /modules/*.ko(:t) && ret=0 + compadd "$@" - /boot/kernel/*.ko(:t) /modules/*.ko(:t) && ret=0 _files "$@" -g \*.ko && ret=0 return ret |