From 3b6f50d053d6ee1ed9dc779e2ee2490f9b9af94b Mon Sep 17 00:00:00 2001 From: David Paleino Date: Fri, 24 Oct 2008 19:34:28 +0200 Subject: [PATCH] Forgot a ${toks[@]} ;) --- bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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