Browse Source

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>
maint
SZEDER Gábor 14 years ago committed by Junio C Hamano
parent
commit
80152b0943
  1. 2
      contrib/completion/git-completion.bash

2
contrib/completion/git-completion.bash

@ -680,7 +680,7 @@ __git_complete_file () @@ -680,7 +680,7 @@ __git_complete_file ()
*)
ls="$ref"
;;
esac
esac

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

Loading…
Cancel
Save