Skip to content

Commit 0b1424c

Browse files
committed
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 99a008a.
1 parent 3594307 commit 0b1424c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_matrix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ COUNT=0
2828
export TCPSLICE_TAINTED
2929
export MAKE_BIN
3030

31-
run_after_echo git show --oneline -s
31+
run_after_echo git show --oneline -s | cat
3232
touch .devel
3333
for CC in $MATRIX_CC; do
3434
export CC

0 commit comments

Comments
 (0)