From 94bc2177b073a0e5b9e0ab687cdc4ea3348a5563 Mon Sep 17 00:00:00 2001 From: harshadyeola Date: Mon, 29 Sep 2014 16:09:23 +0530 Subject: [PATCH] config/bash_completion.d/ee --- config/bash_completion.d/ee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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