We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38f631 commit eb5869dCopy full SHA for eb5869d
curl/libcurl-build.sh
@@ -31,7 +31,7 @@ alert="\033[0m${red}\033[1m"
31
alertdim="\033[0m${red}\033[2m"
32
33
# Set trap to help debug any build errors
34
-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
35
36
# Set defaults
37
CURL_VERSION="curl-7.74.0"
0 commit comments