You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
13 lines
218 B
Diff
13 lines
218 B
Diff
--- bin/ruby-build.orig 2025-09-23 11:49:15
|
|
+++ bin/ruby-build 2025-09-23 12:05:37
|
|
@@ -20,6 +20,9 @@
|
|
|
|
OLDIFS="$IFS"
|
|
|
|
+# Disable Homebrew.
|
|
+brew() { false; }
|
|
+
|
|
# Have shell functions inherit the ERR trap.
|
|
set -E
|
|
|