From: Chris Koeritz Date: Wed, 7 Mar 2012 15:34:29 +0000 (-0500) Subject: nice when documentation is provided rather than mere hints. thanks again cygwin... X-Git-Tag: 2.140.90~1511 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=1bd117982a2f4485592b0378771b014e7573b600;p=feisty_meow.git nice when documentation is provided rather than mere hints. thanks again cygwin for nothing. --- 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 ##############