X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=exec_cmd.c;h=171e841531de7fd5b51aa26f639104382395b854;hb=f253376dcbadb384d8c8af287c3f9e2271cb5ff4;hp=38545e8bfd72c8cd4f91e0d33257b143db86bac5;hpb=a8e4a5943a63c8fd4a3a9b70ccf4608bcc973707;p=git.git diff --git a/exec_cmd.c b/exec_cmd.c index 38545e8bf..171e84153 100644 --- a/exec_cmd.c +++ b/exec_cmd.c @@ -89,7 +89,7 @@ static void add_path(struct strbuf *out, const char *path) if (is_absolute_path(path)) strbuf_addstr(out, path); else - strbuf_addstr(out, make_nonrelative_path(path)); + strbuf_addstr(out, absolute_path(path)); strbuf_addch(out, PATH_SEP); }