]> The Tcpdump Group git mirrors - tcpslice/commitdiff
build_matrix.sh: Add a "| cat" at the end of a git command
authorFrancois-Xavier Le Bail <[email protected]>
Thu, 24 Oct 2024 19:49:13 +0000 (21:49 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Thu, 24 Oct 2024 19:49:13 +0000 (21:49 +0200)
This can avoid a display pause problem with "less -S" as a git pager.

This is a folow-up to 99a008a7dbc855bbba28401214ecae723fa416e8.

build_matrix.sh

index 1d1c89c3e84632526ff3233a2afcc27d6cf942a4..847db5c6bd704caf1839a7cf813d1f62ff20154e 100755 (executable)
@@ -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