File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -2981,15 +2981,12 @@ endif
2981
2981
} && \
2982
2982
for p in $(filter $(install_bindir_programs),$(BUILT_INS)); do \
2983
2983
$(RM) "$$bindir/$$p" && \
2984
- if test -z "$(SKIP_DASHED_BUILT_INS)"; \
2985
- then \
2986
- test -n "$(INSTALL_SYMLINKS)" && \
2987
- ln -s "git$X" "$$bindir/$$p" || \
2988
- { test -z "$(NO_INSTALL_HARDLINKS)" && \
2989
- ln "$$bindir/git$X" "$$bindir/$$p" 2>/dev/null || \
2990
- ln -s "git$X" "$$bindir/$$p" 2>/dev/null || \
2991
- cp "$$bindir/git$X" "$$bindir/$$p" || exit; }; \
2992
- fi \
2984
+ test -n "$(INSTALL_SYMLINKS)" && \
2985
+ ln -s "git$X" "$$bindir/$$p" || \
2986
+ { test -z "$(NO_INSTALL_HARDLINKS)" && \
2987
+ ln "$$bindir/git$X" "$$bindir/$$p" 2>/dev/null || \
2988
+ ln -s "git$X" "$$bindir/$$p" 2>/dev/null || \
2989
+ cp "$$bindir/git$X" "$$bindir/$$p" || exit; }; \
2993
2990
done && \
2994
2991
for p in $(BUILT_INS); do \
2995
2992
$(RM) "$$execdir/$$p" && \
You can’t perform that action at this time.
0 commit comments