fix EvilLinker to not stomp on environment
This commit is contained in:
parent
012b31548b
commit
6c1a50b4ea
2 changed files with 6 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue