Skip to content

Commit

Permalink
bash: fix misindented esac statement in __git_complete_file()
Browse files Browse the repository at this point in the history
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
SZEDER Gábor authored and Junio C Hamano committed Mar 11, 2011
1 parent 046613c commit 80152b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ __git_complete_file ()
*)
ls="$ref"
;;
esac
esac

case "$COMP_WORDBREAKS" in
*:*) : great ;;
Expand Down

0 comments on commit 80152b0

Please sign in to comment.