From 2ba2656e4ae99abf9375baf3e6856b18907368cf Mon Sep 17 00:00:00 2001
From: Jordan Bancino
Date: Tue, 6 Sep 2022 20:07:22 -0400
Subject: [PATCH] The variable is CVS_RSH, not SSH_RSH
---
site/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/site/index.html b/site/index.html
index 456faa4..4dea0de 100644
--- a/site/index.html
+++ b/site/index.html
@@ -750,11 +750,11 @@ $ cvs -q update -dP
You should now have the latest Telodendria source code. Follow
the Code Style as you make your changes. If
the cvs
command fails with a Connection refused
-error message, then try setting the SSH_RSH
environment
+error message, then try setting the CVS_RSH
environment
variable to ssh
, like this:
-$ export SSH_RSH=ssh
+$ export CVS_RSH=ssh
Then run the checkout again. Some versions of CVS don't use SSH to checkout