On 6/29/23 1:17 PM, Steffen Nurpmeso wrote:

I now only wondered why you did not also mention the bash bug

   $ echo $((0?2/0:7))
   7
   $ echo $((0?2**-1:7))
   -bash: 0?2**-1:7: exponent less than 0 (error token is ":7")

Probably because it doesn't have anything to do with hex constants?
Thanks for reporting it, though.

Chet

--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    c...@case.edu    http://tiswww.cwru.edu/~chet/


Reply via email to