Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin-branch: remove duplicated code
[gitweb.git]
/
exec_cmd.c
diff --git
a/exec_cmd.c
b/exec_cmd.c
index c23603452e78f95e738392413a9fefd0ede71e3b..0ed768ddc0ac321f0d8dcf8b501412a0b440c31e 100644
(file)
--- a/
exec_cmd.c
+++ b/
exec_cmd.c
@@
-50,7
+50,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_
absolut
e_path(path));
+ strbuf_addstr(out, make_
nonrelativ
e_path(path));
strbuf_addch(out, PATH_SEP);
}