Wendy Lin
2013-07-23 07:48:13 UTC
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
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