Control: tags -1 + moreinfo
Hi Thorsten,
Thanks for the report, and apologies for the slow follow up.
I've not been able to recreate this on 1.0.4-2 (the version you
reported) and on current 1.0.10-4. 'time' is a reserved keyword on both.
---
# echo ${.sh.version}
Version AJM 93u+m/1.0.4 2022-10-22
# type time
time is a keyword
# time ls
ksh93u+m_1.0.4-2_arm64.deb
real 0m0.00s
user 0m0.00s
sys 0m0.00s
# which time
sh: which: not found
---
This holds in both native and sh-compat modes with or without GNU time
installed. Could you let me know whether you still see this in current
testing and if so the exact invocation?
Anuradha