View | Details | Raw Unified | Return to bug 194621
Collapse All | Expand All

(-)Completion/BSD/Command/_kld (-1 / +1 lines)
Lines 4-10 Link Here
4
_kld_module() {
4
_kld_module() {
5
  local ret=1
5
  local ret=1
6
6
7
  compadd "$@" - /boot/kernel/*.ko(-.:t) /modules/*.ko(-.:t) && ret=0
7
  compadd "$@" - /boot/{kernel,modules}/*.ko(-.:t) && ret=0
8
  _files "$@" -g '*.ko(-.)' && ret=0
8
  _files "$@" -g '*.ko(-.)' && ret=0
9
9
10
  return ret
10
  return ret

Return to bug 194621