Fix dir-only completion for make to include only dirs, not files.

This commit is contained in:
Ville Skyttä 2009-04-07 22:20:26 +03:00
parent 8775d682f7
commit a17930f8dd
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ bash-completion (1.x)
* Add chkconfig --override and resetpriorities completions. * Add chkconfig --override and resetpriorities completions.
* Split mplayer and friends completions to contrib/mplayer. * Split mplayer and friends completions to contrib/mplayer.
* Parse top level mplayer and friends option completions from -list-options. * Parse top level mplayer and friends option completions from -list-options.
* Fix dir-only completion for make to include only dirs, not files.
[ Todd Zullinger ] [ Todd Zullinger ]
* Make yum complete on filenames after install, deplist, update and upgrade * Make yum complete on filenames after install, deplist, update and upgrade

View File

@ -2992,7 +2992,7 @@ _make()
fi fi
} && } &&
complete -f -F _make $filenames make gmake gnumake pmake complete -F _make $filenames make gmake gnumake pmake
# GNU tar(1) completion # GNU tar(1) completion
# #