Re: cygwin detection

2006-09-30 Thread Eric Blake
re the scripts to detect the environment > and branch accordingly. There are numerous ways to do Cygwin detection, > but I was wondering what technique should work with the widest audience > and be most immune to future Cygwin developments. Autoconf uses the config.guess script as its means

Re: cygwin detection

2006-09-29 Thread George
On Fri, Sep 29, 2006 at 09:50:40AM -0400, Kenneth Nellis wrote: > I have bash scripts that I want to run identically under Cygwin and > Linux, which sometimes require the scripts to detect the environment > and branch accordingly. There are numerous ways to do Cygwin detection, &g

Re: cygwin detection

2006-09-29 Thread mwoehlke
Kenneth Nellis wrote: Couldn't find anything relevant in the archives or the documentation... I have bash scripts that I want to run identically under Cygwin and Linux, which sometimes require the scripts to detect the environment and branch accordingly. There are numerous ways to do C

cygwin detection

2006-09-29 Thread Kenneth Nellis
Couldn't find anything relevant in the archives or the documentation... I have bash scripts that I want to run identically under Cygwin and Linux, which sometimes require the scripts to detect the environment and branch accordingly. There are numerous ways to do Cygwin detection, but