[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fw: bug in texi2dvi, and hack patch
From: |
Stepan Kasal |
Subject: |
Re: Fw: bug in texi2dvi, and hack patch |
Date: |
Wed, 25 May 2005 11:18:18 +0200 |
User-agent: |
Mutt/1.4.1i |
Hello,
On Tue, May 24, 2005 at 01:35:38PM -0400, Karl Berry wrote:
> if { test -x "$dir/$1" && test -f "$dir/$1"; } ||
> { test -x "$dir/$1.exe" && test -f "$dir/$1.exe"; }; then
>
> Stepan, do you have an objection to it?
OK, this will be the cleanest solution, after all.
I commited this.
Moreover, I moved IFS=$saveIFS up. It's a good habit, though it has
no consequences here.
> This seems sensible. I can't actually test it, since I don't have
> either Cygwin or DJPP, but at least it is symmetric.
I don't have Cygwin nor DJGPP, nor any sense for responsibility. ;-)
Have a nice day,
Stepan