Forgot a ${toks[@]} ;)

This commit is contained in:
David Paleino 2008-10-24 19:34:28 +02:00
parent 886a6fdb50
commit 3b6f50d053

View File

@ -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