From 7fc1e3b0d852be36d90279b6583b046686e36804 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 7 Mar 2012 10:31:54 -0500 Subject: [PATCH] added variable to shut cygwin obnoxious dos path warnings up. --- scripts/core/variables.sh | 2 ++ 1 file changed, 2 insertions(+) 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 ############## -- 2.34.1