aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2012-06-18 16:59:16 -0500
committerJack Nagel2012-06-18 16:59:16 -0500
commitfee64d388aeb27d96c3392e524d5f6f92e7d3bc0 (patch)
tree5909dfb4d1fbb87b293fd38470a4a945fe63a9d4
parent42a24cf0e82fdfd5ed061c3658f1f2c723c5f31d (diff)
downloadhomebrew-fee64d388aeb27d96c3392e524d5f6f92e7d3bc0.tar.bz2
md5deep: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/md5deep.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/md5deep.rb b/Library/Formula/md5deep.rb
index fbac0e43b..05125cae4 100644
--- a/Library/Formula/md5deep.rb
+++ b/Library/Formula/md5deep.rb
@@ -13,4 +13,4 @@ class Md5deep < Formula
def test
system("#{bin}/md5deep -h") && system("#{bin}/hashdeep -h")
end
-end \ No newline at end of file
+end