bash: fix misindented esac statement in __git_complete_file()

Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
SZEDER Gábor 2011-03-10 19:12:28 +01:00 committed by Junio C Hamano
parent 046613c546
commit 80152b0943

View File

@ -680,7 +680,7 @@ __git_complete_file ()
*)
ls="$ref"
;;
esac
esac
case "$COMP_WORDBREAKS" in
*:*) : great ;;