On Mon, Sep 9, 2013 at 1:25 AM, Dave Cooper <david.cooper@genworks.com> wrote:> CCL 1.9
> =======
>As I mentioned before, it's a CCL bug. I filed
> The second failure just looks like the extra space after the "ok 1" as we
> were seeing before. Perhaps this is also a CCL issue? Can anyone from
> Clozure comment on this?
>
http://trac.clozure.com/ccl/ticket/1110
> Also, I think I confirmed that CCL's ccl:run-program on Windows really does
> need the "cmd /c " prepended to be able to run a normal program.
>
I believe it might be a matter of searching %PATH% or not.
It's really better to have an interface that doesn't call CMD when you
don't want it called.
The price to pay may then be to have to specify a full path for the
target command.
Note that uiop:run-program already accepts a :force-shell t argument
for people who want CMD /C to be forced. (PS: definitely not tested
under Windows.)
You worry too much about your job. Stop it. You're not paid enough to worry.