io.launcher.windows: Don't cd to directory when calling run-process. Fixes

db4
Doug Coleman 2014-11-18 14:03:06 -08:00
parent cab001234a
commit 09f0edfb2f
1 changed files with 1 additions and 2 deletions

View File

@ -274,9 +274,8 @@ M: windows wait-for-processes ( -- ? )
M: windows run-process* ( process -- handle )
[
[
current-directory get absolute-path cd
dup make-CreateProcess-args
current-directory get absolute-path >>lpCurrentDirectory
[ fill-redirection ] keep
dup call-CreateProcess
lpProcessInformation>>