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