size optimization - SetOutPath already sets the working directory so there's no need to pass $OUTDIR to myCreateProcess

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5104 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-04-19 21:20:17 +00:00
parent 9bcbddcd83
commit 3ab94d5029
4 changed files with 6 additions and 9 deletions

View file

@ -865,7 +865,7 @@ static int NSISCALL ExecuteEntry(entry *entry_)
log_printf2("Exec: command=\"%s\"",buf0);
update_status_text(LANG_EXECUTE,buf0);
hProc=myCreateProcess(buf0,state_output_directory);
hProc=myCreateProcess(buf0);
if (hProc)
{