Skip to content

Commit

Permalink
Increase debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Mar 17, 2024
1 parent b38f631 commit eb5869d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curl/libcurl-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eb5869d

Please sign in to comment.