From fbebedd66a0d442799b49b3732eb81ef71574b8d Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Fri, 24 Oct 2025 20:09:32 -0700 Subject: [PATCH] fix(hack): format should use bash to use glob --- hack/format.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/format.sh b/hack/format.sh index e1c389e..89575f8 100755 --- a/hack/format.sh +++ b/hack/format.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e cd "$(dirname "${0}")/.." || exit 1