Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Add semicolon to curly brace group in main Makefile
author
Mark Drago
<markdrago@gmail.com>
Mon, 27 Apr 2009 02:36:48 +0000
(22:36 -0400)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 27 Apr 2009 08:07:08 +0000
(
01:07
-0700)
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 <markdrago@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(from parent 1:
531e6da
)
diff --git
a/Makefile
b/Makefile
index 5c8e83a99732626fd47fb4a9f97e08d93f90ffb1..f006d2ccadbe282805f134f4eb1711e218592aa7 100644
(file)
--- 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: