aboutsummaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-17 13:23:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-17 13:23:05 -0400
commit8325b1a414842a0eca75583cf22de6d5e0a4fb41 (patch)
treeba98b35c1b064e4607f1aea110af2e896a0ad320 /standalone
parent5672626a8e9e13f544989f77e2f7ad953d30c526 (diff)
disable cygwin warnings
Diffstat (limited to 'standalone')
-rw-r--r--standalone/windows/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index ec3efeeb8..693aa3856 100644
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -14,6 +14,7 @@ PATH="$HP/bin:$HP/lib/extralibs/bin:$PATH"
# Run a command in the cygwin environment.
incygwin () {
PATH="/c/cygwin/bin:$PATH" "$@"
+ nodosfilewarning=1
}
# Install haskell dependencies.