Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(857)

Unified Diff: parallel_emerge

Issue 3448030: Exit explicitly at end of parallel_emerge, so child processes exit as well. (Closed) Base URL: http://git.chromium.org/git/crosutils.git
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: parallel_emerge
diff --git a/parallel_emerge b/parallel_emerge
index 61e9920efb08e427ec1dd32ad2bba8dccdace3e4..9a77ef45c486323090d5488839de90ec9bc96787 100755
--- a/parallel_emerge
+++ b/parallel_emerge
@@ -1733,6 +1733,7 @@ def main():
os.execvp(os.path.realpath(sys.argv[0]), args)
print "Done"
+ sys.exit(0)
if __name__ == "__main__":
main()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698