From dcec858a71184048aa848f8ea8df76a0a4aec761 Mon Sep 17 00:00:00 2001 From: lijunlong Date: Fri, 15 May 2020 18:01:28 +0800 Subject: [PATCH] remove incorrect commit --- util/mirror-tarballs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index 07e0fbf..875956c 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -445,7 +445,7 @@ rm -f *.patch || exit 1 answer=`$root/util/ver-ge "$main_ver" 1.17.8` if [ "$answer" = "Y" ]; then - echo "$info_txt applying the patch for nginx security issue https://hackerone.com/reports/513236 " + echo "$info_txt applying the patch for nginx security issue https://hackerone.com/reports/513236" patch -p1 < $root/patches/nginx-$main_ver-set_uri_security_issue.patch echo fi