diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2000-09-06 15:15:30 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-09-06 15:15:30 +0000 |
| commit | 6f94a972a971a816bd4ba6dedd348e3f0f788813 (patch) | |
| tree | 7062ff11d265a4f05dd941fd8b180a67e4812bfc /Completion | |
| parent | 12761: `` is converted into " by makeinfo; use `@:` instead; use `{}` for tex (diff) | |
| download | zsh-6f94a972a971a816bd4ba6dedd348e3f0f788813.tar zsh-6f94a972a971a816bd4ba6dedd348e3f0f788813.tar.gz zsh-6f94a972a971a816bd4ba6dedd348e3f0f788813.tar.bz2 zsh-6f94a972a971a816bd4ba6dedd348e3f0f788813.tar.lz zsh-6f94a972a971a816bd4ba6dedd348e3f0f788813.tar.xz zsh-6f94a972a971a816bd4ba6dedd348e3f0f788813.tar.zst zsh-6f94a972a971a816bd4ba6dedd348e3f0f788813.zip | |
12762: Akinori MUSHA: changes for new FreeBSD releases.
Diffstat (limited to 'Completion')
| -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 |
