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 5f3e5f8 commit d4ae526Copy full SHA for d4ae526
completions/make
@@ -110,7 +110,7 @@ _comp_cmd_make()
110
elif [[ $cur == *=* ]]; then
111
prev=${cur%%=*}
112
cur=${cur#*=}
113
- local diropt
+ local diropt=""
114
[[ ${prev,,} == *dir?(ectory) ]] && diropt=-d
115
_comp_compgen_filedir $diropt
116
else
completions/tshark
@@ -2,7 +2,7 @@
2
3
_comp_cmd_tshark()
4
{
5
- local cur prev words cword comp_args prefix
+ local cur prev words cword comp_args prefix=""
6
_comp_initialize -n : -- "$@" || return
7
8
case $cur in
0 commit comments