Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Allow the built-in exec path to be relative to the command invocation path
[gitweb.git]
/
run-command.c
diff --git
a/run-command.c
b/run-command.c
index 2ce8c2b2f057b712eb8c1223e3150af17d553afe..6e29fdf9e2968900d21ea48b992f292204621f19 100644
(file)
--- a/
run-command.c
+++ b/
run-command.c
@@
-65,6
+65,8
@@
int start_command(struct child_process *cmd)
cmd->err = fderr[0];
}
+ trace_argv_printf(cmd->argv, "trace: run_command:");
+
#ifndef __MINGW32__
cmd->pid = fork();
if (!cmd->pid) {