Forgot a ${toks[@]} ;)
This commit is contained in:
parent
886a6fdb50
commit
3b6f50d053
@ -9577,7 +9577,7 @@ _filedir_xspec()
|
||||
xspec=${xspec#*-X }
|
||||
xspec=${xspec%% *}
|
||||
|
||||
toks=( $(
|
||||
toks=( ${toks[@]} $(
|
||||
compgen -d -- "$(quote_readline "$cur")" | {
|
||||
while read -r tmp; do
|
||||
[[ -n $tmp ]] && echo $tmp
|
||||
|
Loading…
x
Reference in New Issue
Block a user