From eb5869da30a2cbe23adfe2b6788fe48cbdb708d5 Mon Sep 17 00:00:00 2001 From: Jason Cox Date: Sun, 17 Mar 2024 09:08:29 -0700 Subject: [PATCH] Increase debug lines --- curl/libcurl-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curl/libcurl-build.sh b/curl/libcurl-build.sh index b56c22e..48d6544 100755 --- a/curl/libcurl-build.sh +++ b/curl/libcurl-build.sh @@ -31,7 +31,7 @@ alert="\033[0m${red}\033[1m" alertdim="\033[0m${red}\033[2m" # Set trap to help debug any build errors -trap 'echo -e "${alert}** ERROR with Build - Check /tmp/curl*.log${alertdim}"; tail -3 /tmp/curl*.log' INT TERM EXIT +trap 'echo -e "${alert}** ERROR with Build - Check /tmp/curl*.log${alertdim}"; tail -30 /tmp/curl*.log' INT TERM EXIT # Set defaults CURL_VERSION="curl-7.74.0"