The only reason against set -e is if you want to capture the error and then print a human-readable error message. But all command sequences that don't check the status should be in set -e brackets.
-- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org