aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2011-06-23 10:14:08 -0700
committerAdam Vandenberg2011-06-23 10:14:08 -0700
commit902f5b8ade8663e2bf217bfd1d4d90ece43105d1 (patch)
tree1e8fcf8a3ded105b1c2a6212258e6936bd93123f /Library/Formula
parentd82b85b8759453d002b1d0aa7fc3b75ccea2a12b (diff)
downloadhomebrew-902f5b8ade8663e2bf217bfd1d4d90ece43105d1.tar.bz2
ldid: fix audit warning
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ldid.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ldid.rb b/Library/Formula/ldid.rb
index 6f5cbaed7..18fc4bc04 100644
--- a/Library/Formula/ldid.rb
+++ b/Library/Formula/ldid.rb
@@ -6,7 +6,7 @@ class Ldid < Formula
md5 '634c2f8b8a084046883e3793f6580e07'
def install
- system "g++ -I . -o util/ldid{,.cpp} -x c util/{lookup2,sha1}.c"
- bin.install ["util/ldid"]
+ system "g++ -I . -o util/ldid{,.cpp} -x c util/{lookup2,sha1}.c"
+ bin.install ["util/ldid"]
end
end