Merge pull request #12089 from Bo98/pkg-config-shebang

shims/mac/super/pkg-config: fix shebang
This commit is contained in:
Bo Anderson 2021-09-20 02:01:37 +01:00 committed by GitHub
commit 109f24fd60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# HOMEBREW_OPT and HOMEBREW_SDKROOT are set by extend/ENV/super.rb
# shellcheck disable=SC2154