]> The Tcpdump Group git mirrors - tcpdump/commit
build_matrix.sh: Fix a shellcheck warning
authorFrancois-Xavier Le Bail <[email protected]>
Mon, 31 May 2021 13:03:09 +0000 (15:03 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Mon, 31 May 2021 13:11:00 +0000 (15:11 +0200)
commit50d4b6dcee32cf508b489f157718ac2118987125
tree79197ef63ba038cfd143154db2a62b9f1ad553cd
parent4badac97b09191b06aff6780a953b9652ef80699
build_matrix.sh: Fix a shellcheck warning

The warning was:
Use "${var:?}" to ensure this never expands to /* . [SC2115]

(cherry picked from commit 815919247bf40f65777cae4b4eb95f78b4e28917)
build_matrix.sh