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 2f0fc907b4.

[skip ci]
This commit is contained in:
Francois-Xavier Le Bail 2024-10-25 10:38:31 +02:00
parent 2f0fc907b4
commit a03bb3e8e5

View File

@ -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