Enter chroot can return an error code on cleanup. We make cleanup best effort

Review URL: http://codereview.chromium.org/1158006
This commit is contained in:
Chris Sosa 2010-03-23 11:15:45 -07:00
parent 3c6a73ba69
commit 9ef57d996b

View File

@ -134,6 +134,10 @@ function setup_env {
function teardown_env {
# Only teardown if we're the last enter_chroot to die
# We should not return with an error if cleanup has an error. Cleanup is
# best effort only.
set +e
(
flock 200