--- bash_completion/bash_completion 2006-01-03 19:06:36.000000000 +0100 +++ bash_completion/bash_completion-mitek 2006-01-03 19:09:29.000000000 +0100 @@ -2479,7 +2479,7 @@ fi # append any available aliases from config files if [ ${#config[@]} -gt 0 ] && [ -n "$aliases" ]; then - hosts=$( compgen -W "$( sed -ne "s/^[Hh][Oo][Ss][Tt]["$'\t '"]*\([^*?]*\)$/\1/p" ${config[@]} )" -- $ocur ) + hosts=$( compgen -W $( sed -ne "s/^[Hh][Oo][Ss][Tt]["$'\t '"]*\([^*?]*\)$/\1/p" ${config[@]} ) -- $ocur ) COMPREPLY=( ${COMPREPLY[@]} $hosts ) fi