aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bash.rb
diff options
context:
space:
mode:
authorJohnneylee Jack Rollins2013-08-22 12:59:40 -0400
committerJack Nagel2013-08-22 18:05:10 -0500
commitf8b3d6dda23d8361b4e6a34aa786bd3e0a350f09 (patch)
tree335ea7879adf58a133c6828533293e62e503fb86 /Library/Formula/bash.rb
parent7ce7d0d79a28b3d640e806b0d078835b7c1565e2 (diff)
downloadhomebrew-f8b3d6dda23d8361b4e6a34aa786bd3e0a350f09.tar.bz2
bash: add HEAD
Closes #22080. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/bash.rb')
-rw-r--r--Library/Formula/bash.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/bash.rb b/Library/Formula/bash.rb
index 75745fc1f..cb35915b3 100644
--- a/Library/Formula/bash.rb
+++ b/Library/Formula/bash.rb
@@ -7,6 +7,8 @@ class Bash < Formula
sha256 'a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a608618570f96bfa72e95ab3d8'
version '4.2.45'
+ head 'git://git.savannah.gnu.org/bash.git'
+
depends_on 'readline'
# Vendor the patches. The mirrors are unreliable for getting the patches,
@@ -14,7 +16,7 @@ class Bash < Formula
# patches can be found in: http://ftpmirror.gnu.org/bash/bash-4.2-patches
def patches
{ :p0 => "https://gist.github.com/jacknagel/4008180/raw/1509a257060aa94e5349250306cce9eb884c837d/bash-4.2-001-045.patch" }
- end
+ end unless build.head?
def install
system "./configure", "--prefix=#{prefix}", "--with-installed-readline"