shims/super/cc: unset RUBYLIB

This commit is contained in:
Bo Anderson 2022-11-30 03:50:38 +00:00
parent cb355a23a0
commit 5445bf8f39
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

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