Remove bad exit status; need to fix another way.
This commit is contained in:
parent
d60f4ffcd8
commit
cd13553d59
@ -87,7 +87,6 @@ module Homebrew extend self
|
||||
fi.finish
|
||||
rescue CannotInstallFormulaError => e
|
||||
onoe e.message
|
||||
exit 1
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@ -66,11 +66,9 @@ module Homebrew extend self
|
||||
installer.finish
|
||||
rescue CannotInstallFormulaError => e
|
||||
onoe e
|
||||
exit 1
|
||||
rescue BuildError => e
|
||||
e.dump
|
||||
puts
|
||||
exit 1
|
||||
ensure
|
||||
# restore previous installation state if build failed
|
||||
outdated_keg.link if outdated_keg and not f.installed? rescue nil
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user