aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/id3lib.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-07-09 12:40:41 -0700
committerAdam Vandenberg2010-07-16 09:09:39 -0700
commit511d309374f693231938eecfda7202c2a6ce3e4d (patch)
tree08783d129a434ec5977ef27eae3083f5f932b53c /Library/Formula/id3lib.rb
parent418902f7beabf6cf724c9e84cf5294aed5fc376e (diff)
downloadhomebrew-511d309374f693231938eecfda7202c2a6ce3e4d.tar.bz2
Add ARGV.build_head? and use it.
This allows both "--HEAD" and "-H" to be used consistently, which was the intention in the first place.
Diffstat (limited to 'Library/Formula/id3lib.rb')
-rw-r--r--Library/Formula/id3lib.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/id3lib.rb b/Library/Formula/id3lib.rb
index 0ff235362..31bf7c209 100644
--- a/Library/Formula/id3lib.rb
+++ b/Library/Formula/id3lib.rb
@@ -8,7 +8,7 @@ class Id3lib <Formula
def patches
{:p1 => DATA }
- end unless ARGV.include? "--HEAD"
+ end unless ARGV.build_head?
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"