From: Mark Drago Date: Mon, 27 Apr 2009 02:36:48 +0000 (-0400) Subject: Add semicolon to curly brace group in main Makefile X-Git-Tag: v1.6.3-rc4~19 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fe4a9c36a3905d5aefc9740ba1689d3000c2762e;p=git.git Add semicolon to curly brace group in main Makefile This semicolon is technically required by POSIX shell and indeed causes a syntax error with e.g. bash-2.04.0. Cf. http://www.opengroup.org/onlinepubs/000095399/utilities/xcu_chap02.html#tag_02_09_04_01 Signed-off-by: Mark Drago Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index 5c8e83a99..f006d2cca 100644 --- a/Makefile +++ b/Makefile @@ -1557,7 +1557,7 @@ endif ln "$$execdir/git-add$X" "$$execdir/$$p" 2>/dev/null || \ ln -s "git-add$X" "$$execdir/$$p" 2>/dev/null || \ cp "$$execdir/git-add$X" "$$execdir/$$p" || exit; \ - done } && \ + done; } && \ ./check_bindir "z$$bindir" "z$$execdir" "$$bindir/git-add$X" install-doc: