]> The Tcpdump Group git mirrors - tcpdump/blobdiff - build.sh
build.sh: Disable a shellcheck error
[tcpdump] / build.sh
index eae8765ddbf9b49935a429461eb3711eab9c3517..5d3592edaf54c49b292875f282211cf690aff079 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -41,6 +41,7 @@ travis_fold() {
 run_after_echo() {
     echo -n '$ '
     echo "$@"
+    # shellcheck disable=SC2068
     $@
 }