aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/dtach.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/dtach.rb b/Library/Formula/dtach.rb
index fdc5d7c32..ae597467b 100644
--- a/Library/Formula/dtach.rb
+++ b/Library/Formula/dtach.rb
@@ -13,7 +13,7 @@ class Dtach <Formula
inreplace "Makefile" do |f|
# Use our own flags, thanks.
- %w[CC CFLAGS LIBS].each { |flag| f.gsub_make_var! flag, "" }
+ %w[CC CFLAGS LIBS].each { |flag| f.change_make_var! flag, "" }
end
system "make"