diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-17 14:26:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-17 14:26:29 -0400 |
commit | a6bd47a6d855cc2b2a3d5a6cced4e13dcce1d4bb (patch) | |
tree | 26d5638e8fa6383fca7dbc089c667cc444bd343a /standalone | |
parent | e6178a4c7fa50425292d84f0e96e8c7b9ecdb04f (diff) |
cleanup
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/windows/build.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 31c40db8d..ed40c793e 100644 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -14,8 +14,6 @@ PATH="$HP/bin:$HP/lib/extralibs/bin:/c/Program Files (x86)/NSIS:$PATH" # Run a command in the cygwin environment. incygwin () { PATH="/c/cygwin/bin:$PATH" "$@" - nodosfilewarning=1 - export nodosfilewarning } # Install haskell dependencies. |