[Top][All Lists]
[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