From 3542292094805daff588c60ac398eadb67cf1b73 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 7 Mar 2012 10:44:34 -0500 Subject: [PATCH] of course the feature doesn't even work anyway. nodosfilewarning has no effect even when placed in the ~/.bashrc before any of my script code. cygwin does suck. --- scripts/core/variables.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index 995fd0b3..1a9d5b39 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -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 ############## -- 2.34.1