Signed-off-by: Timo Hirvonen <tihirvon@xxxxxxxxx> --- NOTE: This is for the pu branch exec_cmd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/exec_cmd.c b/exec_cmd.c index f2133ec..62f51fc 100644 --- a/exec_cmd.c +++ b/exec_cmd.c @@ -98,8 +98,8 @@ int execv_git_cmd(const char **argv) argv[0] = git_command; if (getenv("GIT_TRACE")) { - fputs("trace: exec:", stderr); const char **p = argv; + fputs("trace: exec:", stderr); while (*p) { fputc(' ', stderr); sq_quote_print(stderr, *p); -- 1.4.1.rc1.g1ef9 - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html