Re: bug in texi2dvi, on Windows/Msys2 it cannot find tex

2022-04-06 Thread Eli Zaretskii
> Date: Wed, 6 Apr 2022 14:39:30 +0200 > From: Tomas Kalibera > > texi2dvi on Msys2 doesn't find tex, because it incorrectly detects ";" > as path separator (it is ":"). > > The problem is in the following code. With Msys2, OSTYPE is "msys", but > MSYSTEM is upper-case "MSYS" and uname needs i

bug in texi2dvi, on Windows/Msys2 it cannot find tex

2022-04-06 Thread Tomas Kalibera
Hello, texi2dvi on Msys2 doesn't find tex, because it incorrectly detects ";" as path separator (it is ":"). The problem is in the following code. With Msys2, OSTYPE is "msys", but MSYSTEM is upper-case "MSYS" and uname needs it that way: # In the case of Msys, uname returns a value derived