Commit ID: 100511834521EDC159D
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/02/10 23:59:39 UTC
Modified files:
bin/mksh : check.t exec.c sh.h
bin/mksh : Tag: mksh-R41stable check.t exec.c sh.h
Log message:
fix set -e with and/or inside functions regression (LP#1104543)
cause was that use of && or || inside function switched it to xerrok
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.591 -r1.592 src/bin/mksh/check.t
cvs -R rdiff -kk -upr1.113 -r1.114 src/bin/mksh/exec.c
cvs -R rdiff -kk -upr1.633 -r1.634 src/bin/mksh/sh.h
cvs -R rdiff -kk -upr1.569.2.7 -r1.569.2.8 src/bin/mksh/check.t
cvs -R rdiff -kk -upr1.106.2.5 -r1.106.2.6 src/bin/mksh/exec.c
cvs -R rdiff -kk -upr1.608.2.8 -r1.608.2.9 src/bin/mksh/sh.h