make: Don't leak $mode.
This commit is contained in:
parent
eef7941842
commit
2758c4fd7e
@ -136,7 +136,7 @@ _make()
|
|||||||
|
|
||||||
# recognise that possible completions are only going to be displayed
|
# recognise that possible completions are only going to be displayed
|
||||||
# so only the base name is shown
|
# so only the base name is shown
|
||||||
mode=--
|
local mode=--
|
||||||
if (( COMP_TYPE != 9 )); then
|
if (( COMP_TYPE != 9 )); then
|
||||||
mode=-d # display-only mode
|
mode=-d # display-only mode
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user