]> git.ipfire.org Git - thirdparty/git.git/blobdiff - tmp-objdir.c
Merge branch 'mf/submodule-summary-with-correct-repository'
[thirdparty/git.git] / tmp-objdir.c
index e78e481d8ecb6396bad159ce0991c19c80367cc2..42ed4db5d3a54e1dbb2bd2fb56481da28411ca1f 100644 (file)
@@ -283,7 +283,7 @@ const char **tmp_objdir_env(const struct tmp_objdir *t)
 {
        if (!t)
                return NULL;
-       return t->env.argv;
+       return t->env.v;
 }
 
 void tmp_objdir_add_as_alternate(const struct tmp_objdir *t)