From: Chris Koeritz Date: Wed, 7 Mar 2012 15:44:34 +0000 (-0500) Subject: of course the feature doesn't even work anyway. nodosfilewarning has no effect even... X-Git-Tag: 2.140.90~1508 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=3542292094805daff588c60ac398eadb67cf1b73;p=feisty_meow.git of course the feature doesn't even work anyway. nodosfilewarning has no effect even when placed in the ~/.bashrc before any of my script code. cygwin does suck. --- diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index 995fd0b3..1a9d5b39 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -158,8 +158,6 @@ 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 fi ##############