of course the feature doesn't even work anyway. nodosfilewarning has no effect even...
authorChris Koeritz <fred@gruntose.com>
Wed, 7 Mar 2012 15:44:34 +0000 (10:44 -0500)
committerChris Koeritz <fred@gruntose.com>
Wed, 7 Mar 2012 15:44:34 +0000 (10:44 -0500)
placed in the ~/.bashrc before any of my script code.  cygwin does suck.

scripts/core/variables.sh

index 995fd0b360bc18b62f0d263d1b1b782a5a16b8a3..1a9d5b396f5418845033bdaa15820c40da676acb 100644 (file)
@@ -158,8 +158,6 @@ 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
   fi
   
   ##############