Do not attempt to access literal dirname "GIT_OBJECT_DIRECTORY".
[git.git] / setup.c
diff --git a/setup.c b/setup.c
index cc44a72..3286a56 100644 (file)
--- a/setup.c
+++ b/setup.c
@@ -116,7 +116,7 @@ static const char *setup_git_directory_1(void)
                if (validate_symref(path))
                        goto bad_dir_environ;
                if (getenv(DB_ENVIRONMENT)) {
-                       if (access(DB_ENVIRONMENT, X_OK))
+                       if (access(getenv(DB_ENVIRONMENT), X_OK))
                                goto bad_dir_environ;
                }
                else {