I see this kind of statement in Makefile.org:

        elif [ "$(PLATFORM)" != "Cygwin" ]; then PATH="`pwd`:$$PATH"; fi

That looks weird to me, shouldn't the comparison operator be '='
rather than '!='?

I looked back, and it seems I had that comparison from the start when
I put those statements in, so either I misunderstood the complaint or
the complaint was incorrectly written (can't find it, so I can't
verify).  However, it looks contrary to me that PATH should be added
to in for example Linux (NOT needed), but not in Cygwin (where I
thought it was needed)...

-- 
Richard Levitte   \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to