#1121521 ksh93u+m: incorrect error message for ${${v}}

Package:
ksh93u+m
Source:
ksh93u+m
Description:
AT&T KornShell
Submitter:
Vincent Lefevre
Date:
2025-11-28 00:43:01 UTC
Severity:
normal
Tags:
#1121521#5
Date:
2025-11-27 17:51:00 UTC
From:
To:
$ echo ${${v}}
ksh93: syntax error: `!' unexpected

The error message is incorrect and confusing, as there is no "!".
It should have been "bad substitution" link in mksh and bash
(note that this syntax is correct in zsh).

#1121521#10
Date:
2025-11-28 00:40:38 UTC
From:
To:
I've just reported the bug upstream (also reproducible with
the dev branch).