CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2013/07/01 11:25:27
Modified files: bin/ksh : eval.c bin/ksh/tests : obsd-regress.t regress.t Log message: Make $(< /nonexistent) have the same behaviour as $(cat /nonexistent) wrt. errors (do not unwind and do not treat this as fatal if set -e is used). This matches what bash does. Tweak regress tests while here. ok millert@, jasper@ agrees