fix(build): change header of shell script to "#!/usr/bin/env bash"

This commit is contained in:
Shawn 2022-02-17 15:20:59 +08:00
parent 7a7b0c8442
commit 037b9e440c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -euo pipefail set -euo pipefail