Skip to content

Commit

Permalink
fix(_filedir_xspec): clean up unused variable tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Aug 13, 2023
1 parent efdb309 commit 67f1189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash_completion
Original file line number Diff line number Diff line change
Expand Up @@ -2822,7 +2822,7 @@ _filedir_xspec()
_comp_quote_compgen "$cur"
local quoted=$ret
local xspec=${_xspecs[${1##*/}]} tmp
local xspec=${_xspecs[${1##*/}]}
local -a toks
_comp_compgen -v toks -c "$quoted" -- -d
Expand Down

0 comments on commit 67f1189

Please sign in to comment.