fix EvilLinker to not stomp on environment

This commit is contained in:
Joey Hess 2013-12-10 14:21:22 -04:00
parent 012b31548b
commit 6c1a50b4ea
2 changed files with 6 additions and 9 deletions

View file

@ -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