We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10de757 + 72b113e commit 59a29d1Copy full SHA for 59a29d1
Makefile
@@ -3099,8 +3099,7 @@ endif
3099
ln "$$execdir/git-remote-http$X" "$$execdir/$$p" 2>/dev/null || \
3100
ln -s "git-remote-http$X" "$$execdir/$$p" 2>/dev/null || \
3101
cp "$$execdir/git-remote-http$X" "$$execdir/$$p" || exit; } \
3102
- done && \
3103
- ./check_bindir "z$$bindir" "z$$execdir" "$$bindir/git-add$X"
+ done
3104
3105
.PHONY: install-gitweb install-doc install-man install-man-perl install-html install-info install-pdf
3106
.PHONY: quick-install-doc quick-install-man quick-install-html
check_bindir
0 commit comments