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