Hi, The following testcase fails in the stable version, but has been fixed in the alpha/beta version.( Solaris test system) After going through the source, I haven't been able to isolate the particular patch which fixed this.
Please let me know if there is a specific patch for this, or if it was fixed as part of some other bug. # cat cmdsubst.sh #!/bin/ksh l_vim=$( vim -T dumb -u NONE -n -es a.txt <<EOF :! echo $( uname -n ) EOF ) echo "$l_vim" exit 0 # ksh --version version sh (AT&T Research) 93u+ 2012-08-01 # # ksh cmdsubst.sh # ./ksh-2013 --version version sh (AT&T Research) 93v- 2013-10-08 # ./ksh-2013 cmdsubst.sh S11_3_SRU Thanks, Lijo
_______________________________________________ ast-developers mailing list ast-developers@lists.research.att.com http://lists.research.att.com/mailman/listinfo/ast-developers