diff options
| author | Adam Vandenberg | 2012-05-10 07:10:12 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-05-10 07:10:12 -0700 | 
| commit | d4185d557b549bdf5c25e9a2a665fcc2eb3f2543 (patch) | |
| tree | 5fd7b90d1a92527014bebb2ad5ecf2ee2c3eaddc /Library/Formula/boost-build.rb | |
| parent | c3eebfc7d29ba8d7ff1d1d1a677fdc2d6183c3ab (diff) | |
| download | homebrew-d4185d557b549bdf5c25e9a2a665fcc2eb3f2543.tar.bz2 | |
Remove redundant :using => :svn
Diffstat (limited to 'Library/Formula/boost-build.rb')
| -rw-r--r-- | Library/Formula/boost-build.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/boost-build.rb b/Library/Formula/boost-build.rb index 25940bdf7..b5f8f2044 100644 --- a/Library/Formula/boost-build.rb +++ b/Library/Formula/boost-build.rb @@ -6,7 +6,7 @@ class BoostBuild < Formula    md5 '0d202cb811f934282dea64856a175698'    version '2011.04-svn' -  head 'http://svn.boost.org/svn/boost/trunk/tools/build/v2/', :using => :svn +  head 'http://svn.boost.org/svn/boost/trunk/tools/build/v2/'    def install      if ARGV.build_head?  | 
