X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=rsh.c;h=d66526941fbe45f99e51babc2c55a63b4baa027c;hb=fb6a9f93d39e4e5fdb83673a927f71a34e9fb7c0;hp=64c48091cb32af1d8c5b2ec145ad660ab9f0a75f;hpb=d06b689a933f6d2130f8afdf1ac0ddb83eeb59ab;p=git.git diff --git a/rsh.c b/rsh.c index 64c48091..d6652694 100644 --- a/rsh.c +++ b/rsh.c @@ -68,7 +68,7 @@ int setup_connection(int *fd_in, int *fd_out, const char *remote_prog, if (!path) { return error("Bad URL: %s", url); } - /* $GIT_RSH "env GIR_DIR= " */ + /* $GIT_RSH "env GIT_DIR= " */ sizen = COMMAND_SIZE; posn = command; of = 0;