hraban / trivial-shell

A simple Common-Lisp interface to the underlying Operating System
http://common-lisp.net/project/trivial-shell
Other
31 stars 7 forks source link

Fix error on Clozure CL #7

Closed ktateish closed 11 years ago

ktateish commented 11 years ago

Hi,

The trivial-shell:shell-command didn't work on ccl.

? (trivial-shell:shell-command "ls")

Error: The value NIL is not of the expected type ARRAY. While executing: CCL::ARRAY-DATA-AND-OFFSET, in process listener(1). Type :POP to abort, :R for a list of available restarts. Type :? for other options. 1 >

So I've fix it. Would you consider pulling the branch fix-error-on-ccl on ktateish/trivial-shell .

gwkkwg commented 11 years ago

Thanks. Looks good to me.

ktateish commented 11 years ago

Thank you!