summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/send-pull-request2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/send-pull-request b/scripts/send-pull-request
index d265c474c0..b294d35bd5 100755
--- a/scripts/send-pull-request
+++ b/scripts/send-pull-request
@@ -90,7 +90,7 @@ done
90if [ $AUTO -eq 1 ]; then 90if [ $AUTO -eq 1 ]; then
91 harvest_recipients TO "^[Tt][Oo]: *" 91 harvest_recipients TO "^[Tt][Oo]: *"
92 harvest_recipients CC "^[Cc][Cc]: *" 92 harvest_recipients CC "^[Cc][Cc]: *"
93 harvest_recipients CC "^.*-[Bb][Yy]: *" 93 harvest_recipients CC "^[A-Z][A-Za-z-]*-[Bb][Yy]: *"
94fi 94fi
95 95
96AUTO_TO="$(git config sendemail.to)" 96AUTO_TO="$(git config sendemail.to)"