aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMax Howell2010-01-23 11:17:19 +0000
committerMax Howell2010-01-23 11:17:19 +0000
commit553cd3c54a8e9750694b9df4cbbff5c3d747481c (patch)
treeafba9c1990730ff5225199ddffb5c4ddc55cd882 /Library/Formula
parentd9e1f11fdcb377ca44f228f9b390c6f88142f8b8 (diff)
downloadhomebrew-553cd3c54a8e9750694b9df4cbbff5c3d747481c.tar.bz2
Fixes #534; typo shame
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"