X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=rsh.c;h=1fef6da513b8157331b1a71c1d4c8df4c438498e;hb=a2239b79e554bab92abe47d8568cbbfe5c77ce85;hp=bad5cff2c287d3c7dd288308428b89e0cb12299d;hpb=c1067050ce58b5b39f528fe634732da858664603;p=git.git diff --git a/rsh.c b/rsh.c index bad5cff2..1fef6da5 100644 --- a/rsh.c +++ b/rsh.c @@ -104,7 +104,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;