summaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-10 14:21:22 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-10 14:21:22 -0400
commita90b91a6f0282d2f663b4685a8cb03e97832bc06 (patch)
tree6f89d666d629fa78bbb35a52d86234e13375df05 /standalone
parent415cd90c6b274518ea04091b1c458c6a9f6013f8 (diff)
fix EvilLinker to not stomp on environment
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/windows/build.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 78036ca6b..d1ecab3ed 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -51,13 +51,6 @@ withcyg cabal configure
if ! withcyg cabal build; then
rm -f Build/EvilLinker.exe
ghc --make Build/EvilLinker
- WINDIR='C:\Windows\Temp'
- export WINDIR
- mkdir tmp
- TMP=tmp
- TEMP=tmp
- export TMP
- export TEMP
Build/EvilLinker
fi