diff options
author | Alex Riesen <raa.lkml@gmail.com> | 2008-08-28 15:57:32 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-29 22:37:04 -0700 |
commit | 4e3ae59ef63475411f4c073ba3a1478b1ef73b9a (patch) | |
tree | 261cb427b65f224847ab90654ca8082942b9d863 /t/t0021-conversion.sh | |
parent | Makefile: always provide a fallback when hardlinks fail (diff) | |
download | tgif-4e3ae59ef63475411f4c073ba3a1478b1ef73b9a.tar.xz |
Fix use of hardlinks in "make install"
The code failed to filter-out git-add properly on platforms were $X is
not empty (ATM there is only one such a platform).
Than it tried to create a hardlink to the file ($execdir/git-add) it just
removed (because git-add is first in the BUILT_INS), so ln failed (but
because stderr was redirected into /dev/null the error was never seen), and
the whole install ended up using "ln -s" instead.
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t0021-conversion.sh')
0 files changed, 0 insertions, 0 deletions