From: Francois-Xavier Le Bail Date: Wed, 23 Oct 2024 12:00:40 +0000 (+0200) Subject: build_matrix.sh: Run "git show --oneline -s" X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/2f0fc907b4863d78e16528d1b9477e2fbc2d238b build_matrix.sh: Run "git show --oneline -s" It is used to identify the git HEAD. --- diff --git a/build_matrix.sh b/build_matrix.sh index a719afd4..47a40405 100755 --- a/build_matrix.sh +++ b/build_matrix.sh @@ -67,6 +67,7 @@ build_tcpdump() { done } +run_after_echo git show --oneline -s touch .devel for CC in $MATRIX_CC; do export CC