Re: bug in confhc
Malcolm Wallace <[email protected]> Tue, 15 Feb 2005 16:47:44 +0000
| Newsgroups | gmane.comp.lang.haskell.nhc.bugs |
|---|---|
| Organization | Dept of Computer Science, University of York |
| Message-ID | <[email protected]> |
Antonio Regidor Garc=EDa <[email protected]> writes: > Mmmm I have updated my working copy just now and got the same error. It > only appears in a first-time configuration (ie, config.cache doesn't > exists, etc.). Ah, yes, apologies. It seems that the shell builtin test operator does not short-circuit an "and"-ed condition if the first branch is false. It is fixed properly now. Regards, Malcolm