X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=rsh.c;h=fe87e581d21d0465da9e3fadef0454c69640caa7;hb=c818566d5c585f9f82dabfbed82edcdd89ba4e5b;hp=5615c74e7d5f4e5f9d93c0f90c6f57fe8b41442f;hpb=479346adc5ebb099121063d4c06da30093ed9b3b;p=git.git diff --git a/rsh.c b/rsh.c index 5615c74e..fe87e581 100644 --- a/rsh.c +++ b/rsh.c @@ -41,6 +41,7 @@ int setup_connection(int *fd_in, int *fd_out, const char *remote_prog, snprintf(command, COMMAND_SIZE, "%s='%s' %s", GIT_DIR_ENVIRONMENT, path, remote_prog); + *path = '\0'; posn = command + strlen(command); for (i = 0; i < rmt_argc; i++) { *(posn++) = ' ';