From: Chris Koeritz Date: Wed, 7 Mar 2012 15:31:54 +0000 (-0500) Subject: added variable to shut cygwin obnoxious dos path warnings up. X-Git-Tag: 2.140.90~1512 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=7fc1e3b0d852be36d90279b6583b046686e36804;p=feisty_meow.git added variable to shut cygwin obnoxious dos path warnings up. --- diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index d71d6a43..f97356c9 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -161,6 +161,8 @@ 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 fi ##############