I found a critical issue with using bool and assigning a value using the ?: operator:
ksh -c 'set -o nounset ; bool -a b ; integer i=1 ; (( b[4][i]=((i==1)?(true):(false)) ))' /home/wlin/bin/ksh: true: parameter not se Any patch or workaround would be very welcome. I need it urgently. ksh --version version sh (AT&T Research) 93v- 2013-07-18 Wendy _______________________________________________ ast-developers mailing list [email protected] http://lists.research.att.com/mailman/listinfo/ast-developers
