Skip to content

Commit

Permalink
Merge pull request #7 from ktateish/fix-error-on-ccl
Browse files Browse the repository at this point in the history
Fix error on Clozure CL
  • Loading branch information
gwkkwg committed Mar 9, 2013
2 parents da2a652 + b675398 commit 8ba1653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/openmcl.lisp
Expand Up @@ -13,7 +13,7 @@
(process-exit-code process))))

(defun create-shell-process (command wait &optional input)
(with-input-from-string (input-stream input)
(with-input (input-stream (or input :none))
(ccl:run-program
*bourne-compatible-shell*
(list "-c" command)
Expand Down

0 comments on commit 8ba1653

Please sign in to comment.