summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/cvs.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/cvs.py')
-rw-r--r--bitbake/lib/bb/fetch2/cvs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/cvs.py b/bitbake/lib/bb/fetch2/cvs.py
index d27d96f68c..43a234f590 100644
--- a/bitbake/lib/bb/fetch2/cvs.py
+++ b/bitbake/lib/bb/fetch2/cvs.py
@@ -147,7 +147,7 @@ class Cvs(FetchMethod):
147 if scmdata == "keep": 147 if scmdata == "keep":
148 tar_flags = "" 148 tar_flags = ""
149 else: 149 else:
150 tar_flags = "--exclude 'CVS'" 150 tar_flags = "--exclude='CVS'"
151 151
152 # tar them up to a defined filename 152 # tar them up to a defined filename
153 if 'fullpath' in ud.parm: 153 if 'fullpath' in ud.parm: