We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ae526 commit 27adc3eCopy full SHA for 27adc3e
completions/make
@@ -112,7 +112,7 @@ _comp_cmd_make()
112
cur=${cur#*=}
113
local diropt=""
114
[[ ${prev,,} == *dir?(ectory) ]] && diropt=-d
115
- _comp_compgen_filedir $diropt
+ _comp_compgen_filedir ${diropt:+"$diropt"}
116
else
117
# before we check for makefiles, see if a path was specified
118
# with -C/--directory
0 commit comments