Skip to content

Commit 96529ea

Browse files
committed
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 d3312a6.
1 parent fcaed97 commit 96529ea

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
@@ -50,7 +50,7 @@ build_tcpdump() {
5050
for SMB in $MATRIX_SMB; do
5151
export SMB
5252
COUNT=`increment "$COUNT"`
53-
echo_magenta "===== SETUP $COUNT: BUILD_LIBPCAP=$BUILD_LIBPCAP REMOTE=${REMOTE:-?} CC=$CC CMAKE=$CMAKE CRYPTO=$CRYPTO SMB=$SMB =====" >&2
53+
echo_magenta "===== SETUP $COUNT: CC=$CC BUILD_LIBPCAP=$BUILD_LIBPCAP REMOTE=${REMOTE:-?} CMAKE=$CMAKE CRYPTO=$CRYPTO SMB=$SMB =====" >&2
5454
# Run one build with setup environment variables:
5555
# BUILD_LIBPCAP, REMOTE, CC, CMAKE, CRYPTO and SMB
5656
run_after_echo ./build.sh

0 commit comments

Comments
 (0)