mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
7 lines
186 B
Plaintext
7 lines
186 B
Plaintext
![]() |
#!/bin/bash
|
||
|
|
||
|
export HOMEBREW_RDBG="1"
|
||
|
|
||
|
HOMEBREW_PORTABLE_RUBY_BIN="$(cd "$(dirname "$0")"/../../ && pwd)/vendor/portable-ruby/current/bin/"
|
||
|
exec "${HOMEBREW_PORTABLE_RUBY_BIN}"rdbg "$@"
|