fix(hack): format should use bash to use glob

This commit is contained in:
2025-10-24 20:09:32 -07:00
parent b3bf564b65
commit fbebedd66a

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -e
cd "$(dirname "${0}")/.." || exit 1