[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fw: bug in texi2dvi, and hack patch
From: |
Eli Zaretskii |
Subject: |
Re: Fw: bug in texi2dvi, and hack patch |
Date: |
Wed, 25 May 2005 21:21:41 +0300 |
> Date: Tue, 24 May 2005 13:35:38 -0400
> From: address@hidden (Karl Berry)
> Cc: address@hidden, address@hidden, address@hidden
>
> if { test -x "$dir/$1" && test -f "$dir/$1"; } ||
> { test -x "$dir/$1.exe" && test -f "$dir/$1.exe"; }; then
>
> This seems sensible. I can't actually test it, since I don't have
> either Cygwin or DJPP, but at least it is symmetric.
It will work on DJGPP.
Thanks.