summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-10-31 17:46:28 +0000
committerPhil Blundell <philb@gnu.org>2004-10-31 17:46:28 +0000
commitd06559aa833cf97749d42ba5065fac3473e36ac3 (patch)
tree053dae81a37bb02d579dcdd66aa1cee8081fe6cd
parent82bc6c7f2199b22c9db882fde5ffbb065aa03dc0 (diff)
downloadbitbake-contrib-d06559aa833cf97749d42ba5065fac3473e36ac3.tar.gz
apply patch from Murray Jensen to fix lost CVS_RSH when doing incremental update
-rw-r--r--bin/oe/fetch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/oe/fetch.py b/bin/oe/fetch.py
index 7b3f42b0f..c2849efea 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")