]> The Tcpdump Group git mirrors - tcpdump/commitdiff
build_matrix.sh: Run "git show --oneline -s"
authorFrancois-Xavier Le Bail <[email protected]>
Wed, 23 Oct 2024 12:00:40 +0000 (14:00 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 23 Oct 2024 12:02:14 +0000 (14:02 +0200)
It is used to identify the git HEAD.

build_matrix.sh

index a719afd4a217205286aa1f583cbea0840dd5aaf3..47a40405d7e7c8842d26d70ab3752a2a790018ae 100755 (executable)
@@ -67,6 +67,7 @@ build_tcpdump() {
     done
 }
 
+run_after_echo git show --oneline -s
 touch .devel
 for CC in $MATRIX_CC; do
     export CC