From: Phil Blundell Date: Sun, 31 Oct 2004 17:46:28 +0000 (+0000) Subject: apply patch from Murray Jensen to fix lost CVS_RSH when doing incremental update X-Git-Tag: 1.0~68 X-Git-Url: http://code.vuplus.com/gitweb/?a=commitdiff_plain;h=d06559aa833cf97749d42ba5065fac3473e36ac3;p=vuplus_bitbake apply patch from Murray Jensen to fix lost CVS_RSH when doing incremental update --- diff --git a/bin/oe/fetch.py b/bin/oe/fetch.py index 7b3f42b..c2849ef 100644 --- a/bin/oe/fetch.py +++ b/bin/oe/fetch.py @@ -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")