nice when documentation is provided rather than mere hints. thanks again cygwin...
authorChris Koeritz <fred@gruntose.com>
Wed, 7 Mar 2012 15:34:29 +0000 (10:34 -0500)
committerChris Koeritz <fred@gruntose.com>
Wed, 7 Mar 2012 15:34:29 +0000 (10:34 -0500)
scripts/core/variables.sh

index f97356c92a8c316281712d391baf2e96085b14d3..d93bfe4b234b474f6e617e37dd8537d99dc3e876 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 nodosfilewarning=1
+    export CYGWIN=nodosfilewarning
   fi
   
   ##############