Skip to content

Commit

Permalink
* src/code/run-program.lisp: don't use *active-processes* on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
akovalenko committed Nov 11, 2011
1 parent e266d2a commit a58f059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/code/run-program.lisp
Expand Up @@ -859,6 +859,7 @@ Users Manual for details about the PROCESS structure."#-win32"
:exit-code child)
(list :%status :running
:pid child))))
#-win32
(push proc *active-processes*)))))))
;; Report the error outside the lock.
(when (= child -1)
Expand Down

0 comments on commit a58f059

Please sign in to comment.