diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-17 13:38:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-17 13:38:40 -0400 |
commit | d9c722152bf0f79ab5c6c00aff7443b1e123d678 (patch) | |
tree | fdb15337bc314f2b7e3f23e1b2d1b417c633e20b | |
parent | 8325b1a414842a0eca75583cf22de6d5e0a4fb41 (diff) |
export
-rw-r--r-- | standalone/windows/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 693aa3856..1b42c03cc 100644 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -15,6 +15,7 @@ PATH="$HP/bin:$HP/lib/extralibs/bin:$PATH" incygwin () { PATH="/c/cygwin/bin:$PATH" "$@" nodosfilewarning=1 + export nodosfilewarning } # Install haskell dependencies. |