does not print anything (but should print "3"). also, the print line does not make it into the history file which looks like a "silent crash" of the ${#v} evaluation or similar, no? same thing with
(len is empty and the assignment statement does not make it into the history).
is this me or is this a bug?
thanks,
joerg
ps: Version AJM 93u+m/1.1.0-alpha+9067bb3c/MOD 2022-08-06
edit: I now put those two lines in an executable script tmp: that works as
• tmp
• ksh tmp
• source tmp
it only fails when issuing the commands interactively in ksh93u+m. no idea how this can come about, especially the last observation, that source succeeds.
does not print anything (but should print "3"). also, the
printline does not make it into the history file which looks like a "silent crash" of the${#v}evaluation or similar, no? same thing with(
lenis empty and the assignment statement does not make it into the history).is this me or is this a bug?
thanks,
joerg
ps: Version AJM 93u+m/1.1.0-alpha+9067bb3c/MOD 2022-08-06
edit: I now put those two lines in an executable script
tmp: that works as•
tmp•
ksh tmp•
source tmpit only fails when issuing the commands interactively in ksh93u+m. no idea how this can come about, especially the last observation, that
sourcesucceeds.