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:
parent
9bcbddcd83
commit
3ab94d5029
4 changed files with 6 additions and 9 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue