apply patch from Murray Jensen to fix lost CVS_RSH when doing incremental update
authorPhil Blundell <philb@gnu.org>
Sun, 31 Oct 2004 17:46:28 +0000 (17:46 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 31 Oct 2004 17:46:28 +0000 (17:46 +0000)
bin/oe/fetch.py

index 7b3f42b..c2849ef 100644 (file)
@@ -382,6 +382,7 @@ class Cvs(Fetch):
 
             if cvs_rsh:
                 cvscmd = "CVS_RSH=\"%s\" %s" % (cvs_rsh, cvscmd)
+                cvsupdatecmd = "CVS_RSH=\"%s\" %s" % (cvs_rsh, cvsupdatecmd)
 
 #           create module directory
             oe.debug(2, "Fetch: checking for module directory")