From: Greg Kroah-Hartman Date: Mon, 5 Sep 2016 16:47:04 +0000 (+0200) Subject: fix , problem in scripts/quilt-mail X-Git-Tag: v3.14.78~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b78b69788c88175ca3545fd42a51fb92c9a6c7f6;p=thirdparty%2Fkernel%2Fstable-queue.git fix , problem in scripts/quilt-mail --- diff --git a/scripts/quilt-mail b/scripts/quilt-mail index a026046c808..7d2e39e484a 100755 --- a/scripts/quilt-mail +++ b/scripts/quilt-mail @@ -143,7 +143,7 @@ splitmbox.py ${MBOX}.new . #sed -i -e "s/Cc: stable@vger\.kernel\.org/Cc: torvalds@linux-foundation\.org, akpm@linux-foundation\.org, stable@vger\.kernel\.org/" ${TMP_DIR}/msg.000 #sed -i -e "s/Cc: stable@vger\.kernel\.org/Cc: torvalds@linux-foundation\.org, akpm@linux-foundation\.org, linux@roeck-us\.net, shuah\.kh@samsung\.com, stable@vger\.kernel\.org/" ${TMP_DIR}/msg.000 #sed -i -e "s/Cc: stable@vger\.kernel\.org/Cc: torvalds@linux-foundation\.org, akpm@linux-foundation\.org, linux@roeck-us\.net, shuah\.kh@samsung\.com, patches@kernelci\.org stable@vger\.kernel\.org/" ${TMP_DIR}/msg.000 -sed -i -e "s/Cc: stable@vger\.kernel\.org/Cc: torvalds@linux-foundation\.org, akpm@linux-foundation\.org, linux@roeck-us\.net, shuah\.kh@samsung\.com, patches@kernelci\.org ben\.hutchings@codethink\.co\.uk stable@vger\.kernel\.org/" ${TMP_DIR}/msg.000 +sed -i -e "s/Cc: stable@vger\.kernel\.org/Cc: torvalds@linux-foundation\.org, akpm@linux-foundation\.org, linux@roeck-us\.net, shuah\.kh@samsung\.com, patches@kernelci\.org, ben\.hutchings@codethink\.co\.uk, stable@vger\.kernel\.org/" ${TMP_DIR}/msg.000 # Create a script to upload the patch to kernel.org and to send the patches out