Fix leaking $prev from mkinitrd completion.
This commit is contained in:
parent
9bac0313da
commit
4dd5f087ae
1
CHANGES
1
CHANGES
@ -42,6 +42,7 @@ bash-completion (1.x)
|
||||
completion, assume only that --*file*= does, and that --*dir*= takes dirs.
|
||||
* Add make --old/new-file, --assume-old/new, --what-if value completions.
|
||||
* Add smartctl -n/--nocheck completion, add more other value completions.
|
||||
* Fix leaking $prev from mkinitrd completion.
|
||||
|
||||
[ Todd Zullinger ]
|
||||
* Make yum complete on filenames after install, deplist, update and upgrade
|
||||
|
@ -6,7 +6,7 @@
|
||||
have mkinitrd &&
|
||||
_mkinitrd()
|
||||
{
|
||||
local cur args
|
||||
local cur prev args
|
||||
|
||||
COMPREPLY=()
|
||||
cur=`_get_cword`
|
||||
|
Loading…
x
Reference in New Issue
Block a user