CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2013/06/19 06:19:03
Modified files: bin/ksh : eval.c bin/ksh/tests : regress.t Log message: Commands executed via `foo` or $( bar ) should not inherit "set -e" status. We can't use XERROK for this (since the command might set -e itself) so just save & restore the value of FERREXIT for the comsub() call to execute(). OK jca@