From 1bd117982a2f4485592b0378771b014e7573b600 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 7 Mar 2012 10:34:29 -0500 Subject: [PATCH] nice when documentation is provided rather than mere hints. thanks again cygwin for nothing. --- 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 f97356c9..d93bfe4b 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 nodosfilewarning=1 + export CYGWIN=nodosfilewarning fi ############## -- 2.34.1