From: Francois-Xavier Le Bail Date: Fri, 25 Oct 2024 08:38:31 +0000 (+0200) Subject: build_matrix.sh: Add a "| cat" at the end of a git command X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/92ba49997566102c8f005059808b34215e8b0f11 build_matrix.sh: Add a "| cat" at the end of a git command This can avoid a display pause problem with "less -S" as a git pager. This is a folow-up to 5747baf40dde20c52e618d3b58abeb587ac4cc47. (cherry picked from commit a03bb3e8e512721005f61ab6d44d76d55465df0d) [skip ci] --- diff --git a/build_matrix.sh b/build_matrix.sh index 47a40405..93daca63 100755 --- a/build_matrix.sh +++ b/build_matrix.sh @@ -67,7 +67,7 @@ build_tcpdump() { done } -run_after_echo git show --oneline -s +run_after_echo git show --oneline -s | cat touch .devel for CC in $MATRIX_CC; do export CC