From bbfc525c4319b69b7a3d0ae62a5850ed08b1a22a Mon Sep 17 00:00:00 2001 From: Colin S <3526918+cbs228@users.noreply.github.com> Date: Sat, 3 Feb 2024 15:54:35 -0600 Subject: [PATCH] fixup! Fix build-breakers --- sample/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sample/test.sh b/sample/test.sh index f129ca4..352d5f3 100755 --- a/sample/test.sh +++ b/sample/test.sh @@ -29,6 +29,7 @@ run_samedec() { #shellcheck disable=SC2086 "$SAMEDEC" $ARGS \ + -vvv \ --rate 22050 \ --file "${infile}.bin" \ -- \