From: Chris Koeritz Date: Wed, 7 Mar 2012 15:38:04 +0000 (-0500) Subject: cygwin sucking more now. still not working. research on web shows others having... X-Git-Tag: 2.140.90~1510 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=eae64c63e3e919aa89c7b51d03f15deed829b9ac;p=feisty_meow.git 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. --- 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 ##############