cygwin sucking more now. still not working. research on web shows others having...
authorChris Koeritz <fred@gruntose.com>
Wed, 7 Mar 2012 15:38:04 +0000 (10:38 -0500)
committerChris Koeritz <fred@gruntose.com>
Wed, 7 Mar 2012 15:38:04 +0000 (10:38 -0500)
this.  case of the environment variable CYGWIN is in dispute, so trying lower case now.

scripts/core/variables.sh

index d93bfe4b234b474f6e617e37dd8537d99dc3e876..5b845db0cbe255a5ca6768bd1645af640798f137 100644 (file)
@@ -162,7 +162,7 @@ if [ -z "$NECHUNG" ]; then
   if [ "$OS" == "Windows_NT" ]; then
     export HOSTNAME=$(echo $HOSTNAME | tr A-Z a-z)
     # turn off warnings about files in dos format.  give up cygwin, you're on dos/windows.
-    export CYGWIN=nodosfilewarning
+    export cygwin=nodosfilewarning
   fi
   
   ##############