mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-26 19:44:27 +08:00
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:
parent
2f0fc907b4
commit
a03bb3e8e5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user