Dr. Werner Fink
2014-08-27 17:21:21 UTC
Hi,
with this type of code
x=-1
if [ x -eq 0 ]; then
echo "not true"
fi
if [ x -eq -1 ]; then
echo "true"
fi
a customers reports a regresssion with ksh93u versus ksh93v-
Indeed I can verify this.
Werner
--
"Having a smoking section in a restaurant is like having
a peeing section in a swimming pool." -- Edward Burr
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.research.att.com/pipermail/ast-developers/attachments/20140827/683a19d1/attachment.sig>
with this type of code
x=-1
if [ x -eq 0 ]; then
echo "not true"
fi
if [ x -eq -1 ]; then
echo "true"
fi
a customers reports a regresssion with ksh93u versus ksh93v-
Indeed I can verify this.
Werner
--
"Having a smoking section in a restaurant is like having
a peeing section in a swimming pool." -- Edward Burr
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.research.att.com/pipermail/ast-developers/attachments/20140827/683a19d1/attachment.sig>