diff --git a/config/bash_completion.d/ee b/config/bash_completion.d/ee index 4806df1d..9f69d761 100644 --- a/config/bash_completion.d/ee +++ b/config/bash_completion.d/ee @@ -6,7 +6,7 @@ function ee_single() for (( i=0; i<${#COMPREPLY[@]}; i++ )); do if [[ ${COMP_WORDS[COMP_CWORD-j]} == ${COMPREPLY[i]} ]]; then rem=( ${COMP_WORDS[COMP_CWORD-j]} ); - COMPREPLY=( "${COMPREPLY[@]/$rem" ) + COMPREPLY=( "${COMPREPLY[@]/$rem}" ) fi done done