commit | 80ba074f4163dc8ee4232d64e73a8521edcadc1d | [log] [tgz] |
---|---|---|
author | Johannes Sixt <johannes.sixt@telecom.at> | Mon Dec 03 21:55:57 2007 +0100 |
committer | Johannes Sixt <johannes.sixt@telecom.at> | Sun Jun 22 11:32:45 2008 +0200 |
tree | 64dde5d4ff19b5475b20519ac2ddefd14492581c | |
parent | f4626df51f63d53b89ff01de54cbf7558217ea2b [diff] [blame] |
Windows: Use the Windows style PATH separator ';'. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
diff --git a/exec_cmd.c b/exec_cmd.c index e189cac..a1bc4e0 100644 --- a/exec_cmd.c +++ b/exec_cmd.c
@@ -37,7 +37,7 @@ else strbuf_addstr(out, make_absolute_path(path)); - strbuf_addch(out, ':'); + strbuf_addch(out, PATH_SEP); } }