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 @@ -269,7 +269,7 @@ bashcomp_DATA = 2to3 \
269269 mmsitepass \
270270 _mock \
271271 _modinfo \
272- modprobe \
272+ _modprobe \
273273 _modules \
274274 monodevelop \
275275 _mount \
Original file line number Diff line number Diff line change 11# Linux modprobe(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_modprobe ()
47{
58 local cur prev words cword was_split comp_args
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ EXTRA_DIST = \
2323 mock \
2424 modinfo \
2525 modules \
26+ modprobe \
2627 mount \
2728 mount.linux \
2829 newgrp \
Original file line number Diff line number Diff line change 1+ ../../../completions/_modprobe
You can’t perform that action at this time.
0 commit comments