]> The Tcpdump Group git mirrors - tcpdump/commitdiff
build_matrix.sh: Add a "| cat" at the end of a git command
authorFrancois-Xavier Le Bail <[email protected]>
Fri, 25 Oct 2024 08:38:31 +0000 (10:38 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Fri, 25 Oct 2024 08:40:59 +0000 (10:40 +0200)
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]

build_matrix.sh

index 47a40405d7e7c8842d26d70ab3752a2a790018ae..93daca63b5cb3d27117e149e42745e68cb6836ca 100755 (executable)
@@ -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