Skip to content

Commit eb5869d

Browse files
committed
Increase debug lines
1 parent b38f631 commit eb5869d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curl/libcurl-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ alert="\033[0m${red}\033[1m"
3131
alertdim="\033[0m${red}\033[2m"
3232

3333
# 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
34+
trap 'echo -e "${alert}** ERROR with Build - Check /tmp/curl*.log${alertdim}"; tail -30 /tmp/curl*.log' INT TERM EXIT
3535

3636
# Set defaults
3737
CURL_VERSION="curl-7.74.0"

0 commit comments

Comments
 (0)