bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch] Have texi2dvi work on mingw


From: Eli Zaretskii
Subject: Re: [patch] Have texi2dvi work on mingw
Date: Sun, 17 Feb 2008 06:24:20 +0200

> Date: Sat, 16 Feb 2008 16:58:51 -0600
> From: address@hidden (Karl Berry)
> Cc: address@hidden
> 
>     -if test -n "$COMSPEC$ComSpec" && uname | grep -iv cygwin >/dev/null;  
>     ...
>     +if test -n "$COMSPEC$ComSpec" && uname | egrep -iv '(cygwin|mingw)'  
> 
> Thanks for the report + patch.  I installed an equivalent change.

We should add "djgpp" to that regexp, for completeness.

TIA




reply via email to

[Prev in Thread] Current Thread [Next in Thread]