Windows: Use the Windows style PATH separator ';'.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
This commit is contained in:
Johannes Sixt
2007-12-03 21:55:57 +01:00
parent f4626df51f
commit 80ba074f41
5 changed files with 15 additions and 5 deletions

View File

@ -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);
}
}