diff options
author | Gabriel F. T. Gomes <gabriel@inconstante.eti.br> | 2017-09-25 23:46:54 -0300 |
---|---|---|
committer | Gabriel F. T. Gomes <gabriel@inconstante.eti.br> | 2017-09-25 23:46:54 -0300 |
commit | 6d88f1055806932d9291f96847d2b691cccda2cd (patch) | |
tree | 0ff79eedaa8a239331256048981deedbd0721965 /completions/rmmod | |
parent | 059a87a5936cfebfd2d71ab8057002cafb2ea051 (diff) | |
download | bash-completion-6d88f1055806932d9291f96847d2b691cccda2cd.tar.gz |
New upstream version 2.7upstream/2.7
Diffstat (limited to 'completions/rmmod')
-rw-r--r-- | completions/rmmod | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/completions/rmmod b/completions/rmmod index 20d3bfce..9868c79a 100644 --- a/completions/rmmod +++ b/completions/rmmod @@ -18,8 +18,7 @@ _rmmod() fi _installed_modules "$cur" - return 0 } && complete -F _rmmod rmmod -# ex: ts=4 sw=4 et filetype=sh +# ex: filetype=sh |