A bug in install-tl-windows.bat

Philip Taylor P.Taylor at Hellenic-Institute.Uk
Wed Apr 9 10:04:40 CEST 2025


On 09/04/2025 01:02, Rik wrote:
> [...] It does assume that the string held in ver_str has 11 (or more) 
> characters.

This observation appears to be critical :

d:\Users\Primary user>set ver_str = abcdefghijk

d:\Users\Primary user>foo

d:\Users\Primary user>if k EQU . (echo "True" )

d:\Users\Primary user>set ver_str=abcdefghij

d:\Users\Primary user>foo
. was unexpected at this time.

d:\Users\Primary user>if   EQU . (echo "True")

Could it be that on Donatas Zigmantas’ system "ver_str" is fewer than 11 
characters in length ?

-- 
/Philip Taylor/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/tex-live/attachments/20250409/b395ec11/attachment.htm>


More information about the tex-live mailing list.