Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
add OPT__FORCE
[gitweb.git]
/
compat
/
mingw.c
diff --git
a/compat/mingw.c
b/compat/mingw.c
index bd1403a1d510aa35f9e5e32f762ac519e1b6b176..6590f33cc8157f61ff7b6e0f6330bacf465ad39c 100644
(file)
--- a/
compat/mingw.c
+++ b/
compat/mingw.c
@@
-904,6
+904,11
@@
void mingw_execvp(const char *cmd, char *const *argv)
free_path_split(path);
}
+void mingw_execv(const char *cmd, char *const *argv)
+{
+ mingw_execve(cmd, argv, environ);
+}
+
static char **copy_environ(void)
{
char **env;