CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2013/06/16 06:17:20
Modified files: bin/ksh/tests : obsd-regress.t regress.t Log message: set -e should not affect command substitution, e.g. `foo` or $( foo ). However, if set -e is specified as part of the command it needs to be honored.