Merge pull request #14189 from Bo98/cc-rubylib

shims/super/cc: unset RUBYLIB
This commit is contained in:
Mike McQuaid 2022-11-30 13:03:36 +00:00 committed by GitHub
commit cb5ce5b5a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ then
echo "${0##*/}: The build tool has reset ENV; --env=std required." >&2 echo "${0##*/}: The build tool has reset ENV; --env=std required." >&2
exit 1 exit 1
fi fi
unset RUBYLIB
exec "${HOMEBREW_RUBY_PATH}" --enable-frozen-string-literal --disable=gems,did_you_mean,rubyopt -x "$0" "$@" exec "${HOMEBREW_RUBY_PATH}" --enable-frozen-string-literal --disable=gems,did_you_mean,rubyopt -x "$0" "$@"
#!/usr/bin/env ruby -W0 #!/usr/bin/env ruby -W0