Thanks for reporting this.  I have attached a patch that should fix this.
 Let me know.




On Wed, Aug 27, 2014 at 1:21 PM, Dr. Werner Fink <wer...@suse.de> wrote:

> 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
>
> _______________________________________________
> ast-developers mailing list
> ast-developers@lists.research.att.com
> http://lists.research.att.com/mailman/listinfo/ast-developers
>
>

Attachment: test.patch
Description: Binary data

_______________________________________________
ast-developers mailing list
ast-developers@lists.research.att.com
http://lists.research.att.com/mailman/listinfo/ast-developers

Reply via email to