Merge pull request #18457 from Homebrew/cc-shim-modeline

This commit is contained in:
Carlo Cabrera 2024-09-29 13:53:31 +08:00 committed by GitHub
commit 4072e3b971
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
#!/bin/bash
# vim: ft=ruby
# Make sure this shim uses the same Ruby interpreter that is used by Homebrew.
if [[ -z "${HOMEBREW_RUBY_PATH}" ]]
then