Logged issue VIA https://github.com/Microsoft/WSL/issues/ as :
Inbuilt KORN Arithmetic & Test functions broken under Windows Subsystem
for Linux #4244
Referencing : https://bugs.launchpad.net/ubuntu/+source/ksh/+bug/1818596
The bigger issue here is the power that M$ is waiving with the WSL ports
Thanks Balint
I’ll file one @ Microsoft.
—
Regards,
Mark A. Lane
> On 29 Jun 2019, at 03:47, Balint Reczey wrote:
>
> I can reproduce the problem in WSL on Insider build 18917 but not in WSL2.
> This looks like specific to the WSL implementation, please file an issue
Read above.
Is this being looked at ?
** Changed in: ksh (Ubuntu)
Status: Expired => New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1818596
Title:
Inbuilt KORN Arithmetic & Test function
Test script.
** Attachment added: "IntegerTest.ksh"
https://bugs.launchpad.net/ubuntu/+source/ksh/+bug/1818596/+attachment/5244205/+files/IntergerTest.ksh
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/
#!/bin/ksh
Y=1
Z=1
X=7680072911
C=1
until [ ${C} -eq 50 ]
do
typeset -i -l Y=$(( ${Y} + ${Y} + ${X} ))
typeset -i -l Z=$( echo "(${Z} + ${Z} + ${X})" | bc )
print "C=${C},Y=${Y},Z=${Z}, $( [ ${Y} -ne ${Z} ] && print Error || print Ok )"
C=$(( ${C} + 1 ))
done
--
You received this bug notificatio
-> sdiff a b
#!/bin/ksh #!/bin/ksh
Y=1 Y=1
Z=1 Z=1
X=7680072911X=76800729
** Information type changed from Private Security to Public Security
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1818596
Title:
Inbuilt KORN Arithmetic & Test functions broken under Windows
Subs