fix: wrong shebang in `build.sh`

This commit is contained in:
dangjinghao 2025-09-13 10:31:42 +00:00
parent c3d4f8e9d1
commit cdc27c7fee
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Exit when any command fails
set -e