diff options
| author | Doug Anderson <dianders@chromium.org> | 2012-12-03 14:40:43 +0000 | 
|---|---|---|
| committer | Simon Glass <sjg@chromium.org> | 2013-01-31 15:23:39 -0800 | 
| commit | 311872551570a6439f62ab476c6fd4836a7a9aa7 (patch) | |
| tree | a65bc3655ce44d3023580677ca3dcdfc23e65793 /tools/patman/patman.py | |
| parent | d94566a1115d35f87db793d2daaa79823528937c (diff) | |
| download | olio-uboot-2014.01-311872551570a6439f62ab476c6fd4836a7a9aa7.tar.xz olio-uboot-2014.01-311872551570a6439f62ab476c6fd4836a7a9aa7.zip | |
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-x | tools/patman/patman.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/patman/patman.py b/tools/patman/patman.py index de8314a16..4181d8078 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 = '' |