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:
parent
046613c546
commit
80152b0943
@ -680,7 +680,7 @@ __git_complete_file ()
|
||||
*)
|
||||
ls="$ref"
|
||||
;;
|
||||
esac
|
||||
esac
|
||||
|
||||
case "$COMP_WORDBREAKS" in
|
||||
*:*) : great ;;
|
||||
|
Loading…
Reference in New Issue
Block a user