> Date: Sat, 16 Feb 2008 16:58:51 -0600 > From: [EMAIL PROTECTED] (Karl Berry) > Cc: [email protected] > > -if test -n "$COMSPEC$ComSpec" && uname | grep -iv cygwin >/dev/null; > ... > +if test -n "$COMSPEC$ComSpec" && uname | egrep -iv '(cygwin|mingw)' > > Thanks for the report + patch. I installed an equivalent change.
We should add "djgpp" to that regexp, for completeness. TIA
