Fix make_absolute_path() for parameters without a slash
commite371a4c648e72673fcfdf0b45192857dd149e2f5
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sun, 2 Mar 2008 07:40:33 +0000 (2 07:40 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 2 Mar 2008 09:58:31 +0000 (2 01:58 -0800)
tree3c2e809b09ef02641e13880fc4491614f7c35275
parent2b459b483cb264d3e9a39cd7857da2ccab08179f
Fix make_absolute_path() for parameters without a slash

When passing "xyz" to make_absolute_path(), make_absolute_path()
erroneously tried to chdir("xyz"), and then append "/xyz".  Instead,
skip the chdir() completely when no slash was found.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
path.c
t/t0000-basic.sh