File tree Expand file tree Collapse file tree 4 files changed +6
-1
lines changed
test/fallback/completions Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ bashcomp_DATA = 2to3 \
268268 mktemp \
269269 mmsitepass \
270270 _mock \
271- modinfo \
271+ _modinfo \
272272 modprobe \
273273 _modules \
274274 monodevelop \
Original file line number Diff line number Diff line change 11# Linux modinfo(8) completion -*- shell-script -*-
22
3+ # Use of this file is deprecated.
4+ # Upstream completion is expected to be available in kmod >= 35, use that instead.
5+
36_comp_cmd_modinfo ()
47{
58 local cur prev words cword was_split comp_args
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ EXTRA_DIST = \
2121 look \
2222 mdbook \
2323 mock \
24+ modinfo \
2425 modules \
2526 mount \
2627 mount.linux \
Original file line number Diff line number Diff line change 1+ ../../../completions/_modinfo
You can’t perform that action at this time.
0 commit comments