From: SZEDER Gábor Date: Thu, 10 Mar 2011 18:12:28 +0000 (+0100) Subject: bash: fix misindented esac statement in __git_complete_file() X-Git-Tag: v1.7.5-rc0~45^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=80152b09438f757a2beefd632f13dc0628c11418;p=git.git bash: fix misindented esac statement in __git_complete_file() Signed-off-by: SZEDER Gábor Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 893b7716c..344a47f40 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -680,7 +680,7 @@ __git_complete_file () *) ls="$ref" ;; - esac + esac case "$COMP_WORDBREAKS" in *:*) : great ;;