Exec will now always work

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1821 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-11-22 15:46:33 +00:00
parent 3eaa8894f7
commit 2d7e541bf6
2 changed files with 5 additions and 2 deletions

View file

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