From 7b971ccc9e7b64245f69ff1ec7bbfe726dc24b66 Mon Sep 17 00:00:00 2001 From: Bob Olde Hampsink Date: Mon, 8 Apr 2024 08:26:26 +0200 Subject: [PATCH] shellcheck disable=SC2034 --- bin/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/build.sh b/bin/build.sh index 9f2dd359..c6305b5c 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# shellcheck disable=SC2034 set -euo pipefail