summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/send-pull-request3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/send-pull-request b/scripts/send-pull-request
index 09f42458c7..18a53c410e 100755
--- a/scripts/send-pull-request
+++ b/scripts/send-pull-request
@@ -71,8 +71,9 @@ harvest_recipients()
71while getopts "achp:t:" OPT; do 71while getopts "achp:t:" OPT; do
72 case $OPT in 72 case $OPT in
73 a) 73 a)
74 AUTO=1
75 GITSOBCC="--signed-off-by-cc"
74 AUTO_CL=1 76 AUTO_CL=1
75 # Fall through to include -c
76 ;; 77 ;;
77 c) 78 c)
78 AUTO=1 79 AUTO=1