commit | 33ebb8717f15a85615f712df125c37737062e1b2 | [log] [tgz] |
---|---|---|
author | Andreas Ericsson <ae@op5.se> | Wed Jun 28 02:17:21 2006 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Wed Jun 28 03:20:51 2006 -0700 |
tree | 50db83d2ff64a8307df6795dbab809600943f39e | |
parent | 80f50749da3441502aabd5b6c5129c9eb3bdf870 [diff] |
git wrapper: fix command name in an error message. When the command execution by execv_git_cmd() fails with an errno other than ENOENT, we used an uninitialized variable instead of the string that holds the command name to report what failed. Signed-off-by: Junio C Hamano <junkio@cox.net>