From 5215d7ab29887b1c012d88a8f01456a3ceecd231 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Sun, 19 Jan 2020 10:23:53 +0100 Subject: [PATCH] Fix heredoc pausing script execution --- install_binaries.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install_binaries.sh b/install_binaries.sh index bc8c785..47291a1 100755 --- a/install_binaries.sh +++ b/install_binaries.sh @@ -3,7 +3,7 @@ git clone https://github.com/nginx/nginx cd nginx git clone https://github.com/google/ngx_brotli # apply dynamic TLS record and HTTP2 HPACK patch by CloudFlare -cat | git apply - < Date: Mon, 22 Oct 2018 06:54:31 +0000 Subject: Use pkg-config for FreeType2 detection @@ -1311,7 +1311,7 @@ make -j $(nproc) install make distclean git reset --hard git checkout PHP-7.2 -cat | git apply - < Date: Mon, 22 Oct 2018 06:54:31 +0000 Subject: Use pkg-config for FreeType2 detection