diff --git a/bash_completion b/bash_completion index 5cea88d7..1627a25f 100644 --- a/bash_completion +++ b/bash_completion @@ -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