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

Attachment: pgpABX0QWoC7J.pgp
Description: PGP signature

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

Reply via email to