Do not attempt to access literal dirname "GIT_OBJECT_DIRECTORY".
authorTommi Virtanen <tv@inoi.fi>
Wed, 30 Nov 2005 15:37:10 +0000 (17:37 +0200)
committerJunio C Hamano <junkio@cox.net>
Wed, 30 Nov 2005 18:51:24 +0000 (10:51 -0800)
commit0738fc2192109f946c033b3b003cb10aace9554e
treeda145ce785c5d671d0bbf85d8ca6f34f41a322f7
parent562051809589574576971c53c23aad93f8c395d9
Do not attempt to access literal dirname "GIT_OBJECT_DIRECTORY".

Dereference the environment variable before using it.

Signed-off-by: Tommi Virtanen <tv@inoi.fi>
Signed-off-by: Junio C Hamano <junkio@cox.net>
setup.c