diff options
| author | Adam Vandenberg | 2011-08-30 09:38:57 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-08-30 09:38:57 -0700 | 
| commit | 2a6c03f4edfe1159bf65c1bc99a0bd2ca5c777dc (patch) | |
| tree | 7706547de4178059216c09ff828092e413981c7d /Library/Formula/binutils.rb | |
| parent | 2fe5fd4a7635ec6d485d0fcdcea8039ed7335169 (diff) | |
| download | homebrew-2a6c03f4edfe1159bf65c1bc99a0bd2ca5c777dc.tar.bz2 | |
binutils: fix audit warning
Diffstat (limited to 'Library/Formula/binutils.rb')
| -rw-r--r-- | Library/Formula/binutils.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/Library/Formula/binutils.rb b/Library/Formula/binutils.rb index 42bc2bf59..61859a622 100644 --- a/Library/Formula/binutils.rb +++ b/Library/Formula/binutils.rb @@ -4,7 +4,6 @@ class Binutils < Formula    url 'http://ftp.gnu.org/gnu/binutils/binutils-2.21.1a.tar.bz2'    homepage 'http://www.gnu.org/software/binutils/binutils.html'    md5 'bde820eac53fa3a8d8696667418557ad' -  version '2.21.1a'    def options      [['--default-names', "Do NOT prepend 'g' to the binary; will override system utils."]] | 
