Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Windows: Wrap execve so that shell scripts can be invoked.
[gitweb.git]
/
exec_cmd.c
diff --git
a/exec_cmd.c
b/exec_cmd.c
index e189caca629262334541ea8313d2931b06e67adf..a1bc4e04bf055709bf6fab3133e0a1832c56adee 100644
(file)
--- a/
exec_cmd.c
+++ b/
exec_cmd.c
@@
-37,7
+37,7
@@
static void add_path(struct strbuf *out, const char *path)
else
strbuf_addstr(out, make_absolute_path(path));
- strbuf_addch(out,
':'
);
+ strbuf_addch(out,
PATH_SEP
);
}
}