From a90b91a6f0282d2f663b4685a8cb03e97832bc06 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 10 Dec 2013 14:21:22 -0400 Subject: fix EvilLinker to not stomp on environment --- standalone/windows/build.sh | 7 ------- 1 file changed, 7 deletions(-) (limited to 'standalone') 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 -- cgit v1.2.3