diff options
| author | Adam Vandenberg | 2010-07-09 12:40:41 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-07-16 09:09:39 -0700 |
| commit | 511d309374f693231938eecfda7202c2a6ce3e4d (patch) | |
| tree | 08783d129a434ec5977ef27eae3083f5f932b53c /Library/Formula/id3lib.rb | |
| parent | 418902f7beabf6cf724c9e84cf5294aed5fc376e (diff) | |
| download | homebrew-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.rb | 2 |
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" |
