From eae64c63e3e919aa89c7b51d03f15deed829b9ac Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 7 Mar 2012 10:38:04 -0500 Subject: [PATCH] cygwin sucking more now. still not working. research on web shows others having trouble with this. case of the environment variable CYGWIN is in dispute, so trying lower case now. --- scripts/core/variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index d93bfe4b..5b845db0 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -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 ############## -- 2.34.1