]> 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:38:31 +0000 (10:38 +0200)
This can avoid a display pause problem with "less -S" as a git pager.

This is a folow-up to 2f0fc907b4863d78e16528d1b9477e2fbc2d238b.

[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