From: Francois-Xavier Le Bail Date: Thu, 24 Oct 2024 19:49:13 +0000 (+0200) Subject: build_matrix.sh: Add a "| cat" at the end of a git command X-Git-Url: https://git.tcpdump.org/tcpslice/commitdiff_plain/0b1424c4a2548fad7dbd2c04236eae597e05c32b 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 99a008a7dbc855bbba28401214ecae723fa416e8. --- diff --git a/build_matrix.sh b/build_matrix.sh index 1d1c89c..847db5c 100755 --- a/build_matrix.sh +++ b/build_matrix.sh @@ -28,7 +28,7 @@ COUNT=0 export TCPSLICE_TAINTED export MAKE_BIN -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