aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bash.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/bash.rb')
-rw-r--r--Library/Formula/bash.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/bash.rb b/Library/Formula/bash.rb
index a284552ed..d7bf09ae5 100644
--- a/Library/Formula/bash.rb
+++ b/Library/Formula/bash.rb
@@ -13,8 +13,8 @@ class Bash < Formula
{'p0' => (1..patch_level).map { |i| "http://ftp.gnu.org/gnu/bash/bash-4.2-patches/bash42-%03d" % i }}
end
- system "./configure", "--prefix=#{prefix}",
- "--with-installed-readline"
+ def install
+ system "./configure", "--prefix=#{prefix}", "--with-installed-readline"
system "make install"
end
end