disable cygwin warnings

This commit is contained in:
Joey Hess 2013-05-17 13:23:05 -04:00
parent ca66b64056
commit 3b87732166

View file

@ -14,6 +14,7 @@ PATH="$HP/bin:$HP/lib/extralibs/bin:$PATH"
# Run a command in the cygwin environment. # Run a command in the cygwin environment.
incygwin () { incygwin () {
PATH="/c/cygwin/bin:$PATH" "$@" PATH="/c/cygwin/bin:$PATH" "$@"
nodosfilewarning=1
} }
# Install haskell dependencies. # Install haskell dependencies.