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 ff9c082 + 70b89f8 commit 371276bCopy full SHA for 371276b
Makefile
@@ -1996,12 +1996,13 @@ endif
1996
ln -s "git$X" "$$execdir/$$p" 2>/dev/null || \
1997
cp "$$execdir/git$X" "$$execdir/$$p" || exit; \
1998
done; } && \
1999
- { for p in $(REMOTE_CURL_ALIASES); do \
+ { test x"$(REMOTE_CURL_ALIASES)" = x || \
2000
+ { for p in $(REMOTE_CURL_ALIASES); do \
2001
$(RM) "$$execdir/$$p" && \
2002
ln "$$execdir/git-remote-http$X" "$$execdir/$$p" 2>/dev/null || \
2003
ln -s "git-remote-http$X" "$$execdir/$$p" 2>/dev/null || \
2004
cp "$$execdir/git-remote-http$X" "$$execdir/$$p" || exit; \
- done; } && \
2005
+ done; } ; } && \
2006
./check_bindir "z$$bindir" "z$$execdir" "$$bindir/git-add$X"
2007
2008
install-doc:
0 commit comments