summaryrefslogtreecommitdiff
path: root/tools/patman/patman.py
diff options
context:
space:
mode:
authorDoug Anderson <dianders@chromium.org>2012-12-03 14:40:43 +0000
committerSimon Glass <sjg@chromium.org>2013-01-31 15:23:39 -0800
commit311872551570a6439f62ab476c6fd4836a7a9aa7 (patch)
treea65bc3655ce44d3023580677ca3dcdfc23e65793 /tools/patman/patman.py
parentd94566a1115d35f87db793d2daaa79823528937c (diff)
patman: Add all CC addresses to the cover letter
If we're sending a cover letter make sure to CC everyone that we're CCing on each of the individual patches. Signed-off-by: Doug Anderson <dianders@chromium.org>
Diffstat (limited to 'tools/patman/patman.py')
-rwxr-xr-xtools/patman/patman.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patman/patman.py b/tools/patman/patman.py
index de8314a169..4181d80789 100755
--- a/tools/patman/patman.py
+++ b/tools/patman/patman.py
@@ -140,7 +140,7 @@ else:
options.count + options.start):
ok = False
- cc_file = series.MakeCcFile(options.process_tags)
+ cc_file = series.MakeCcFile(options.process_tags, cover_fname)
# Email the patches out (giving the user time to check / cancel)
cmd = ''