Skip to content

Commit ec2d663

Browse files
committed
fix(make): work around localvar_inherit
1 parent 44b8734 commit ec2d663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ _comp_cmd_make()
110110
elif [[ $cur == *=* ]]; then
111111
prev=${cur%%=*}
112112
cur=${cur#*=}
113-
local diropt
113+
local diropt=""
114114
[[ ${prev,,} == *dir?(ectory) ]] && diropt=-d
115115
_comp_compgen_filedir $diropt
116116
else

0 commit comments

Comments
 (0)