Merge pull request #7044 from terry-xiaoyu/fix_windows_build

fix(build): change header of shell script to "#!/usr/bin/env bash"
This commit is contained in:
Xinyu Liu 2022-02-17 15:33:34 +08:00 committed by GitHub
commit 1b5986a5e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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