]> The Tcpdump Group git mirrors - tcpdump/commit
build.sh: Disable a shellcheck error
authorFrancois-Xavier Le Bail <[email protected]>
Mon, 31 May 2021 13:01:44 +0000 (15:01 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Mon, 31 May 2021 13:01:44 +0000 (15:01 +0200)
commit5abf27529db8ad8bcadc31ebe5eadc4de036c898
tree22d52a3ce4be997358eddf4fd8166eb12bbd8a2b
parentc7e9212a017ba0bea0abfd7d4b471c0082de8864
build.sh: Disable a shellcheck error

We need the $@ expansion.

The error was:
Double quote array expansions to avoid re-splitting elements. [SC2068]
build.sh