From: Francois-Xavier Le Bail Date: Wed, 13 Dec 2023 12:50:17 +0000 (+0100) Subject: build_matrix.sh: Print "CC=$CC" first in the SETUP message X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/96529eac2595aa15b6fb83a9b1851c67490d3b31 build_matrix.sh: Print "CC=$CC" first in the SETUP message Use the order of variables in for loops. This is a follow-up to d3312a6438748730f40e4fd3cbd0dfc56ae16c54. --- diff --git a/build_matrix.sh b/build_matrix.sh index f37589fa..b78ceb56 100755 --- a/build_matrix.sh +++ b/build_matrix.sh @@ -50,7 +50,7 @@ build_tcpdump() { for SMB in $MATRIX_SMB; do export SMB COUNT=`increment "$COUNT"` - echo_magenta "===== SETUP $COUNT: BUILD_LIBPCAP=$BUILD_LIBPCAP REMOTE=${REMOTE:-?} CC=$CC CMAKE=$CMAKE CRYPTO=$CRYPTO SMB=$SMB =====" >&2 + echo_magenta "===== SETUP $COUNT: CC=$CC BUILD_LIBPCAP=$BUILD_LIBPCAP REMOTE=${REMOTE:-?} CMAKE=$CMAKE CRYPTO=$CRYPTO SMB=$SMB =====" >&2 # Run one build with setup environment variables: # BUILD_LIBPCAP, REMOTE, CC, CMAKE, CRYPTO and SMB run_after_echo ./build.sh