shims/mac/super/pkg-config: fix shebang

This commit is contained in:
Bo Anderson 2021-09-20 01:32:02 +01:00
parent bfd605096d
commit 2068ba7063
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

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