aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2011-05-27 23:57:52 -0500
committerAdam Vandenberg2011-05-27 22:03:20 -0700
commitd854b04b82b8387ecdf734c413836d87b9ccedee (patch)
tree7d88ae27665081fee36b946f97ca84aa846dd1d9 /Library
parent31a63cfd4456df4a876324f540feb919acc70d14 (diff)
downloadhomebrew-d854b04b82b8387ecdf734c413836d87b9ccedee.tar.bz2
audit exits with status 1 if there are problems
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Homebrew/cmd/audit.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index 51fbd9071..a3d120acd 100755
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -277,6 +277,7 @@ module Homebrew extend self
puts "#{f.name}:"
puts problems * "\n"
puts
+ exit 1
end
end
end