> 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
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