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
|
fi.finish
|
||||||
rescue CannotInstallFormulaError => e
|
rescue CannotInstallFormulaError => e
|
||||||
onoe e.message
|
onoe e.message
|
||||||
exit 1
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@ -66,11 +66,9 @@ module Homebrew extend self
|
|||||||
installer.finish
|
installer.finish
|
||||||
rescue CannotInstallFormulaError => e
|
rescue CannotInstallFormulaError => e
|
||||||
onoe e
|
onoe e
|
||||||
exit 1
|
|
||||||
rescue BuildError => e
|
rescue BuildError => e
|
||||||
e.dump
|
e.dump
|
||||||
puts
|
puts
|
||||||
exit 1
|
|
||||||
ensure
|
ensure
|
||||||
# restore previous installation state if build failed
|
# restore previous installation state if build failed
|
||||||
outdated_keg.link if outdated_keg and not f.installed? rescue nil
|
outdated_keg.link if outdated_keg and not f.installed? rescue nil
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user