make: Don't leak $mode.

This commit is contained in:
Ville Skyttä 2013-02-04 23:51:04 +02:00
parent eef7941842
commit 2758c4fd7e

View File

@ -136,7 +136,7 @@ _make()
# recognise that possible completions are only going to be displayed
# so only the base name is shown
mode=--
local mode=--
if (( COMP_TYPE != 9 )); then
mode=-d # display-only mode
fi